| Field | Type | Required | Description |
|---|---|---|---|
agent_id |
str | ✔️ | ID of the agent. |
name |
Optional[str] | ➖ | Name of the agent. |
input_schema |
Dict[str, Any] | ✔️ | Agent input schema in JSON Schema format. |
output_schema |
Dict[str, Any] | ✔️ | Agent output schema in JSON Schema format. |
tools |
List[models.PlatformActionSummary] | ➖ | Tools that the agent can invoke, when requested. |
request_id |
str | ✔️ | Platform-generated request ID for support correlation. |