Skip to main content

Type Alias: GatewayInferenceFileCitation

type GatewayInferenceFileCitation = {
[key: string]: unknown;
type: "file_citation";
index: number;
file_id: string;
};

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

Portkey FileCitation; additive response fields are preserved.

Example​

`GatewayInferenceFileCitationSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "file_citation";

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


index​

index: number;

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


file_id​

file_id: string;

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