Type Alias: GatewayInferenceInputWait
type GatewayInferenceInputWait = {
type: "wait";
};
Defined in: src/models/ai-gateway-inference.ts:3210
Portkey Wait; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputWaitSchema.parse(value);`
Properties
type
type: "wait";
Defined in: src/models/ai-gateway-inference.ts:3210