Gleanex.Client.Tool (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Tool

Summary

Types

t()

@type t() :: %Gleanex.Client.Tool{
  description: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  parameters: map() | nil,
  type: String.t() | nil
}