ConversationResponse
March 13, 2026 ยท View on GitHub
The response after appending new entries to the conversation.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
object | Optional[Literal["conversation.response"]] | :heavy_minus_sign: | N/A |
conversation_id | str | :heavy_check_mark: | N/A |
outputs | List[models.ConversationResponseOutput] | :heavy_check_mark: | N/A |
usage | models.ConversationUsageInfo | :heavy_check_mark: | N/A |
guardrails | List[Dict[str, Any]] | :heavy_minus_sign: | N/A |