Type Alias: GatewayInferenceInputVectorStoreFileAttributes
type GatewayInferenceInputVectorStoreFileAttributes =
| {
[key: string]: string | number | boolean;
}
| null;
Defined in: src/models/ai-gateway-inference.ts:3021
Portkey VectorStoreFileAttributes; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputVectorStoreFileAttributesSchema.parse(value);`