Type Alias: GatewayInferenceResponseWebSearchCallInProgressEvent
type GatewayInferenceResponseWebSearchCallInProgressEvent = {
[key: string]: unknown;
type: "response.web_search_call.in_progress";
output_index: number;
item_id: string;
};
Defined in: src/models/ai-gateway-inference.ts:5124
Portkey ResponseWebSearchCallInProgressEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseWebSearchCallInProgressEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.web_search_call.in_progress";
Defined in: src/models/ai-gateway-inference.ts:5125
output_index
output_index: number;
Defined in: src/models/ai-gateway-inference.ts:5126
item_id
item_id: string;
Defined in: src/models/ai-gateway-inference.ts:5127