AgentKnowledgeBaseSummary¶
Structure Class¶
AgentKnowledgeBaseSummary
dataclass
¶
Contains details about a knowledge base associated with an agent.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the knowledge base associated with an agent.
knowledge_base_id
instance-attribute
¶
knowledge_base_id: str
The unique identifier of the knowledge base associated with an agent.
knowledge_base_state
instance-attribute
¶
knowledge_base_state: KnowledgeBaseState
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
updated_at
instance-attribute
¶
updated_at: datetime
The time at which the knowledge base associated with an agent was last updated.