Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 730 Bytes

ObjectContextDict.md

File metadata and controls

14 lines (9 loc) · 730 Bytes

ObjectContextDict

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
objectRids List[ObjectRid] Yes The RIDs of the relevant object instances to include in the prompt.
propertyTypeRids 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]