PhoenixAI.ToolCall (PhoenixAI v0.1.0)

Copy Markdown View Source

Represents a tool/function call requested by the AI model.

Summary

Types

t()

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