Skip to main content

Type Alias: GatewayInferenceInputGetResponseQuery

type GatewayInferenceInputGetResponseQuery = {
include?: GatewayInferenceInputIncludable[];
};

Defined in: src/models/ai-gateway-inference.ts:6500

Portkey GetResponseQuery; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputGetResponseQuerySchema.parse(value);`

Properties​

include?​

optional include?: GatewayInferenceInputIncludable[];

Defined in: src/models/ai-gateway-inference.ts:6501