Type Alias: GatewayInferenceInputFilePath
type GatewayInferenceInputFilePath = {
type: "file_path";
file_id: string;
index: number;
};
Defined in: src/models/ai-gateway-inference.ts:2950
Portkey FilePath; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputFilePathSchema.parse(value);`
Properties
type
type: "file_path";
Defined in: src/models/ai-gateway-inference.ts:2950
file_id
file_id: string;
Defined in: src/models/ai-gateway-inference.ts:2950
index
index: number;
Defined in: src/models/ai-gateway-inference.ts:2950