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