Raxol.Agent.Stream.Event.ToolUse (Raxol Agent v2.6.0)

Copy Markdown View Source

LLM is requesting a tool call.

Summary

Types

t()

@type t() :: %Raxol.Agent.Stream.Event.ToolUse{
  arguments: map(),
  id: String.t() | nil,
  name: String.t()
}