Type Alias: GatewayInferenceInputResponseFormatJsonSchemaSchema
type GatewayInferenceInputResponseFormatJsonSchemaSchema = {
[key: string]: GatewayJsonValue;
};
Defined in: src/models/ai-gateway-inference.ts:666
Portkey ResponseFormatJsonSchemaSchema; strict modeled input with explicit JSON extension maps.
Index Signature
[key: string]: GatewayJsonValue
Example
`GatewayInferenceInputResponseFormatJsonSchemaSchemaSchema.parse(value);`