Codex.Events.DynamicToolCallRequested (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when the app-server asks the client to execute a dynamic tool call.

Summary

Types

t()

@type t() :: %Codex.Events.DynamicToolCallRequested{
  arguments: map() | list() | String.t() | nil,
  call_id: String.t(),
  id: String.t() | integer(),
  thread_id: String.t(),
  tool_name: String.t(),
  turn_id: String.t()
}