Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 729 Bytes

File metadata and controls

14 lines (9 loc) · 729 Bytes

ObjectContext

Details of relevant retrieved object instances for a user's message to include as additional context in the prompt to the Agent.

Properties

Name Type Required Description
object_rids List[ObjectRid] Yes The RIDs of the relevant object instances to include in the prompt.
property_type_rids List[PropertyTypeRid] Yes The RIDs of the property types for the given objects to include in the prompt.
type Literal["objectContext"] Yes None

[Back to Model list] [Back to API list] [Back to README]