Type Alias: GatewayInferenceCodeInterpreterFileOutput
type GatewayInferenceCodeInterpreterFileOutput = {
[key: string]: unknown;
type: "files";
files: {
[key: string]: unknown;
mime_type: string;
file_id: string;
}[];
};
Defined in: src/models/ai-gateway-inference.ts:4635
Portkey CodeInterpreterFileOutput; additive response fields are preserved.
Example
`GatewayInferenceCodeInterpreterFileOutputSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "files";
Defined in: src/models/ai-gateway-inference.ts:4636
files
files: {
[key: string]: unknown;
mime_type: string;
file_id: string;
}[];
Defined in: src/models/ai-gateway-inference.ts:4637
Index Signature
[key: string]: unknown
mime_type
mime_type: string;
file_id
file_id: string;