AI.Stream.Event.ToolCall (AI SDK v0.0.1-rc.0)

View Source

Represents a tool call from the model.

Summary

Types

t()

@type t() :: %AI.Stream.Event.ToolCall{
  arguments: String.t(),
  id: String.t(),
  name: String.t()
}