Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.4 KB

File metadata and controls

13 lines (10 loc) · 2.4 KB

PlatformAgentSchemasResponse

Fields

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.