Skip to main content

Type Alias: GatewayInferenceFilePath

type GatewayInferenceFilePath = {
[key: string]: unknown;
type: "file_path";
file_id: string;
index: number;
};

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

Portkey FilePath; additive response fields are preserved.

Example​

`GatewayInferenceFilePathSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "file_path";

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


file_id​

file_id: string;

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


index​

index: number;

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