Gleanex.Client.AgentSchemas (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AgentSchemas

Summary

Types

t()

@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
}