Type Alias: GatewayInferenceResponseInProgressEvent
type GatewayInferenceResponseInProgressEvent = {
[key: string]: unknown;
type: "response.in_progress";
response: GatewayInferenceResponse;
};
Defined in: src/models/ai-gateway-inference.ts:4897
Portkey ResponseInProgressEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseInProgressEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.in_progress";
Defined in: src/models/ai-gateway-inference.ts:4898
response
response: GatewayInferenceResponse;
Defined in: src/models/ai-gateway-inference.ts:4899