Type Alias: GatewayInferenceWait
type GatewayInferenceWait = {
[key: string]: unknown;
type: "wait";
};
Defined in: src/models/ai-gateway-inference.ts:4327
Portkey Wait; additive response fields are preserved.
Example
`GatewayInferenceWaitSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "wait";
Defined in: src/models/ai-gateway-inference.ts:4327