Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 3.78 KB

File metadata and controls

14 lines (10 loc) · 3.78 KB

AgentSchemas

Defines the structure and properties of an agent.

Fields

Field Type Required Description Example
agent_id str ✔️ The ID of the agent. mho4lwzylcozgoc2
name Optional[str] The name of the agent. HR Policy Agent
input_schema models.InputSchema ✔️ The schema for the agent input. In JSON Schema format.
output_schema models.OutputSchema ✔️ The schema for the agent output. In JSON Schema format.
tools List[models.ActionSummary] List of tools that the agent can invoke. Only included when include_tools query parameter is set to true.