Skip to main content

Type Alias: GatewayInferenceVectorStoreExpirationAfter

type GatewayInferenceVectorStoreExpirationAfter = {
[key: string]: unknown;
anchor: "last_active_at";
days: number;
};

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

Portkey VectorStoreExpirationAfter; additive response fields are preserved.

Example​

`GatewayInferenceVectorStoreExpirationAfterSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

anchor​

anchor: "last_active_at";

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


days​

days: number;

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