Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.48 KB

File metadata and controls

16 lines (13 loc) · 4.48 KB

AgentConversation

Fields

Field Type Required Description
name OptionalNullable[str] Name given to the conversation.
description OptionalNullable[str] Description of the what the conversation is about.
metadata Dict[str, Any] Custom metadata for the conversation.
object Optional[Literal["conversation"]] N/A
id str ✔️ N/A
created_at date ✔️ N/A
updated_at date ✔️ N/A
agent_id str ✔️ N/A
agent_version OptionalNullable[models.AgentConversationAgentVersion] N/A