Type Alias: GatewayInferenceInputResponseFormatText
type GatewayInferenceInputResponseFormatText = {
type: "text";
};
Defined in: src/models/ai-gateway-inference.ts:650
Portkey ResponseFormatText; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputResponseFormatTextSchema.parse(value);`
Properties
type
type: "text";
Defined in: src/models/ai-gateway-inference.ts:650