Type Alias: GatewayInferenceResponseWebSearchCallCompletedEvent
type GatewayInferenceResponseWebSearchCallCompletedEvent = {
[key: string]: unknown;
type: "response.web_search_call.completed";
output_index: number;
item_id: string;
};
Defined in: src/models/ai-gateway-inference.ts:5104
Portkey ResponseWebSearchCallCompletedEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseWebSearchCallCompletedEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.web_search_call.completed";
Defined in: src/models/ai-gateway-inference.ts:5105
output_index
output_index: number;
Defined in: src/models/ai-gateway-inference.ts:5106
item_id
item_id: string;
Defined in: src/models/ai-gateway-inference.ts:5107