Skip to main content

Type Alias: GatewayInferenceVectorStoreFileAttributes

type GatewayInferenceVectorStoreFileAttributes =
| {
[key: string]: unknown;
}
| null;

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

Portkey VectorStoreFileAttributes; additive response fields are preserved.

Example​

`GatewayInferenceVectorStoreFileAttributesSchema.parse(value);`