View Source ExOpenAI.Components.ResponseMCPCallCompletedEvent (ex_openai.ex v2.0.0-beta2)
Emitted when an MCP tool call has completed successfully.
Fields
:item_id- required -String.t()
The ID of the MCP tool call item that completed.:output_index- required -integer()
The index of the output item that completed.:sequence_number- required -integer()
The sequence number of this event.:type- required -:"response.mcp_call.completed"
The type of the event. Always 'response.mcp_call.completed'.
Allowed values:"response.mcp_call.completed"