Type Alias: GatewayInferenceInputResponseFormatJsonObject
type GatewayInferenceInputResponseFormatJsonObject = {
type: "json_object";
};
Defined in: src/models/ai-gateway-inference.ts:695
Portkey ResponseFormatJsonObject; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputResponseFormatJsonObjectSchema.parse(value);`
Properties
type
type: "json_object";
Defined in: src/models/ai-gateway-inference.ts:695