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

Copy Markdown View Source

Event emitted when the app-server requests an MCP elicitation response from the client.

Summary

Types

t()

@type t() :: %Codex.Events.McpElicitationRequested{
  id: String.t() | integer(),
  message: String.t() | nil,
  request: map(),
  request_mode: String.t() | nil,
  server_name: String.t(),
  thread_id: String.t(),
  turn_id: String.t() | nil
}