Type Alias: GatewayInferenceInputOutputText
type GatewayInferenceInputOutputText = {
type: "output_text";
text: string;
annotations: GatewayInferenceInputAnnotation[];
};
Defined in: src/models/ai-gateway-inference.ts:2873
Portkey OutputText; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputOutputTextSchema.parse(value);`
Properties
type
type: "output_text";
Defined in: src/models/ai-gateway-inference.ts:2874
text
text: string;
Defined in: src/models/ai-gateway-inference.ts:2875
annotations
annotations: GatewayInferenceInputAnnotation[];
Defined in: src/models/ai-gateway-inference.ts:2876