Gleanex.Platform.AgentSchemasResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AgentSchemasResponse

Summary

Types

t()

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