LLM.Stream.ToolCall (LLM v0.1.0)

Copy Markdown View Source

A tool call chunk from a streaming response.

Summary

Types

t()

@type t() :: %LLM.Stream.ToolCall{
  arguments: map(),
  id: String.t(),
  index: non_neg_integer(),
  name: String.t()
}