Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 3.25 KB

File metadata and controls

13 lines (9 loc) · 3.25 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
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.