Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.65 KB

File metadata and controls

13 lines (10 loc) · 2.65 KB

PlatformAgentSchemasResponse

Fields

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.