AgentVersionSummary¶
Structure Class¶
AgentVersionSummary
dataclass
¶
Contains details about a version of an agent.
Attributes¶
agent_status
instance-attribute
¶
agent_status: AgentStatus
The status of the agent to which the version belongs.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the version of the agent.
guardrail_configuration
class-attribute
instance-attribute
¶
guardrail_configuration: GuardrailConfiguration | None = None
Details about the guardrail associated with the agent.
updated_at
instance-attribute
¶
updated_at: datetime
The time at which the version was last updated.