Provides struct and type for a AgentSchemasResponse
@type t() :: %Gleanex.Platform.AgentSchemasResponse{ agent_id: String.t(), input_schema: map(), name: String.t() | nil, output_schema: map(), request_id: String.t(), tools: [Gleanex.Platform.ActionSummary.t()] | nil }