Type Alias: GatewayInferenceInputText
type GatewayInferenceInputText = {
[key: string]: unknown;
type: "input_text";
text: string;
};
Defined in: src/models/ai-gateway-inference.ts:6631
Portkey InputText; additive response fields are preserved.
Example
`GatewayInferenceInputTextSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "input_text";
Defined in: src/models/ai-gateway-inference.ts:6632
text
text: string;
Defined in: src/models/ai-gateway-inference.ts:6633