LlmEx.Types.Tool (LlmEx v0.1.0)

View Source

Represents a tool definition for the LLM

Summary

Types

t()

@type t() :: %LlmEx.Types.Tool{
  description: String.t(),
  name: String.t(),
  parameters: map(),
  type: String.t()
}