AgentSummary¶
Structure Class¶
AgentSummary
dataclass
¶
Contains details about an agent.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the agent.
guardrail_configuration
class-attribute
instance-attribute
¶
guardrail_configuration: GuardrailConfiguration | None = None
Details about the guardrail associated with the agent.
latest_agent_version
class-attribute
instance-attribute
¶
latest_agent_version: str | None = None
The latest version of the agent.