Emitted when a web search call is completed.

interface ResponseWebSearchCallCompletedEvent {
    item_id: string;
    output_index: number;
    type: "response.web_search_call.completed";
}

Properties

item_id: string

Unique ID for the output item associated with the web search call.

output_index: number

The index of the output item that the web search call is associated with.

type: "response.web_search_call.completed"

The type of the event. Always response.web_search_call.completed.