Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 718 Bytes

File metadata and controls

13 lines (8 loc) · 718 Bytes

SessionExchangeContexts

Retrieved context which was passed to the Agent as input for the exchange.

Properties

Name Type Required Description
object_contexts List[ObjectContext] Yes Relevant object context for the user's message that was included in the prompt to the Agent.
function_retrieved_contexts List[FunctionRetrievedContext] Yes Context retrieved from running a function that was included as additional context in the prompt to the Agent.

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