Gleanex.Client.ToolDefinitionsResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ToolDefinitionsResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.ToolDefinitionsResponse{
  notFound: [String.t()] | nil,
  tools: [Gleanex.Client.ToolDefinition.t()]
}