Emitted when a file search call is completed (results found).

interface ResponseFileSearchCallCompletedEvent {
    item_id: string;
    output_index: number;
    type: "response.file_search_call.completed";
}

Properties

item_id: string

The ID of the output item that the file search call is initiated.

output_index: number

The index of the output item that the file search call is initiated.

type: "response.file_search_call.completed"

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