Retrieved context which was passed to the Agent as input for the exchange.
| 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. |