Skip to main content

Type Alias: GatewayInferenceType

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

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

Portkey Type; additive response fields are preserved.

Example​

`GatewayInferenceTypeSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "type";

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


text​

text: string;

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