Skip to main content

Type Alias: GatewayInferenceInputFileCitation

type GatewayInferenceInputFileCitation = {
type: "file_citation";
index: number;
file_id: string;
};

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

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

Example​

`GatewayInferenceInputFileCitationSchema.parse(value);`

Properties​

type​

type: "file_citation";

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


index​

index: number;

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


file_id​

file_id: string;

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