Skip to content

Documentation / @agentick/core / GroundingProps

Interface: GroundingProps ​

Defined in: core/src/jsx/components/messages.tsx:347

Data-only grounding input — foundational for JSX GroundingProps.

Extends ​

Properties ​

audience? ​

optional audience: "user" | "model" | "both"

Defined in: shared/src/protocol.ts:109

Inherited from ​

GroundingInput.audience


children? ​

optional children: any

Defined in: core/src/jsx/components/messages.tsx:349

JSX children - will be collected into content


content? ​

optional content: string | ContentBlock[]

Defined in: shared/src/protocol.ts:96

Inherited from ​

GroundingInput.content


id? ​

optional id: string

Defined in: shared/src/protocol.ts:99

Inherited from ​

GroundingInput.id


metadata? ​

optional metadata: Record<string, unknown>

Defined in: shared/src/protocol.ts:101

Inherited from ​

GroundingInput.metadata


order? ​

optional order: number

Defined in: shared/src/protocol.ts:98

Inherited from ​

GroundingInput.order


position? ​

optional position: EphemeralPosition

Defined in: shared/src/protocol.ts:97

Inherited from ​

GroundingInput.position


tags? ​

optional tags: string[]

Defined in: shared/src/protocol.ts:100

Inherited from ​

GroundingInput.tags


title? ​

optional title: string

Defined in: shared/src/protocol.ts:108

Inherited from ​

GroundingInput.title


type? ​

optional type: string

Defined in: shared/src/protocol.ts:95

Inherited from ​

GroundingInput.type

Released under the ISC License.