Skip to content

Documentation / @agentick/shared / GroundingInput

Interface: GroundingInput

Defined in: protocol.ts:107

Data-only grounding input — foundational for JSX GroundingProps.

Extends

Extended by

Properties

audience?

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

Defined in: protocol.ts:109


content?

optional content: string | ContentBlock[]

Defined in: protocol.ts:96

Inherited from

EphemeralInput.content


id?

optional id: string

Defined in: protocol.ts:99

Inherited from

EphemeralInput.id


metadata?

optional metadata: Record<string, unknown>

Defined in: protocol.ts:101

Inherited from

EphemeralInput.metadata


order?

optional order: number

Defined in: protocol.ts:98

Inherited from

EphemeralInput.order


position?

optional position: EphemeralPosition

Defined in: protocol.ts:97

Inherited from

EphemeralInput.position


tags?

optional tags: string[]

Defined in: protocol.ts:100

Inherited from

EphemeralInput.tags


title?

optional title: string

Defined in: protocol.ts:108


type?

optional type: string

Defined in: protocol.ts:95

Inherited from

EphemeralInput.type

Released under the ISC License.