Skip to main content

Type Alias: GatewayInferenceResponseFormatText

type GatewayInferenceResponseFormatText = {
[key: string]: unknown;
type: "text";
};

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

Portkey ResponseFormatText; additive response fields are preserved.

Example​

`GatewayInferenceResponseFormatTextSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "text";

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