Codex.Realtime.ModelEvents.ToolCallEvent (Codex SDK v0.7.2)

Copy Markdown View Source

Model attempted a tool/function call.

Summary

Types

t()

@type t() :: %Codex.Realtime.ModelEvents.ToolCallEvent{
  arguments: String.t(),
  call_id: String.t(),
  id: String.t() | nil,
  name: String.t(),
  previous_item_id: String.t() | nil,
  type: :function_call
}