Gleanex.Client.ToolAnnotations (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ToolAnnotations

Summary

Types

t()

@type t() :: %Gleanex.Client.ToolAnnotations{
  destructiveHint: boolean() | nil,
  idempotentHint: boolean() | nil,
  openWorldHint: boolean() | nil,
  readOnlyHint: boolean() | nil,
  title: String.t() | nil
}