Skip to main content

Type Alias: GatewayInferenceInputAnnotation

type GatewayInferenceInputAnnotation =
| GatewayInferenceInputFileCitation
| GatewayInferenceInputUrlCitation
| GatewayInferenceInputFilePath;

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

Portkey Annotation; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputAnnotationSchema.parse(value);`