AttractorEx.Agent.ToolCall (attractor_phoenix v0.1.0)

Copy Markdown View Source

Normalized representation of a tool call requested by the model.

Summary

Types

t()

@type t() :: %AttractorEx.Agent.ToolCall{
  arguments: map() | String.t(),
  id: String.t() | nil,
  name: String.t()
}