Defines the structure and properties of an agent.
| 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. |