Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.84 KB

File metadata and controls

12 lines (9 loc) · 3.84 KB

Agent

Fields

Field Type Required Description Example
agent_id str ✔️ The ID of the agent. mho4lwzylcozgoc2
name str ✔️ The name of the agent HR Policy Agent
description Optional[str] The description of the agent. This agent answers questions about the current company HR policies.
metadata Optional[models.AgentMetadata] The agent metadata. Currently not implemented.
capabilities models.AgentCapabilities ✔️ Describes features that the agent supports. example: {
"ap.io.messages": true,
"ap.io.streaming": true
}