ExAthena.Messages.ToolCall (ExAthena v0.4.1)

Copy Markdown View Source

A tool call the model wants the runtime to execute.

Summary

Types

t()

@type t() :: %ExAthena.Messages.ToolCall{
  arguments: map(),
  id: String.t(),
  name: String.t()
}