Type Alias: GatewayInferenceResponseFormatJsonObject
type GatewayInferenceResponseFormatJsonObject = {
[key: string]: unknown;
type: "json_object";
};
Defined in: src/models/ai-gateway-inference.ts:1844
Portkey ResponseFormatJsonObject; additive response fields are preserved.
Example
`GatewayInferenceResponseFormatJsonObjectSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "json_object";
Defined in: src/models/ai-gateway-inference.ts:1845