| Field | Type | Required | Description |
|---|---|---|---|
agentId |
String | ✔️ | ID of the agent. |
name |
Optional<String> | ➖ | Name of the agent. |
inputSchema |
Map<String, Object> | ✔️ | Agent input schema in JSON Schema format. |
outputSchema |
Map<String, Object> | ✔️ | Agent output schema in JSON Schema format. |
tools |
List<PlatformActionSummary> | ➖ | Tools that the agent can invoke, when requested. |
requestId |
String | ✔️ | Platform-generated request ID for support correlation. |