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? ​
optionalaudience:"user"|"model"|"both"
Defined in: shared/src/protocol.ts:109
Inherited from ​
children? ​
optionalchildren:any
Defined in: core/src/jsx/components/messages.tsx:349
JSX children - will be collected into content
content? ​
optionalcontent:string|ContentBlock[]
Defined in: shared/src/protocol.ts:96
Inherited from ​
id? ​
optionalid:string
Defined in: shared/src/protocol.ts:99
Inherited from ​
metadata? ​
optionalmetadata:Record<string,unknown>
Defined in: shared/src/protocol.ts:101
Inherited from ​
order? ​
optionalorder:number
Defined in: shared/src/protocol.ts:98
Inherited from ​
position? ​
optionalposition:EphemeralPosition
Defined in: shared/src/protocol.ts:97
Inherited from ​
tags? ​
optionaltags:string[]
Defined in: shared/src/protocol.ts:100
Inherited from ​
title? ​
optionaltitle:string
Defined in: shared/src/protocol.ts:108
Inherited from ​
type? ​
optionaltype:string
Defined in: shared/src/protocol.ts:95