Type Alias: GatewayInferenceInputListFilesQuery
type GatewayInferenceInputListFilesQuery = {
purpose?: string;
};
Defined in: src/models/ai-gateway-inference.ts:5716
Portkey ListFilesQuery; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputListFilesQuerySchema.parse(value);`
Properties
purpose?
optional purpose?: string;
Defined in: src/models/ai-gateway-inference.ts:5716