Type Alias: GatewayInferenceInputCreateVectorStoreFileBatchRequest
type GatewayInferenceInputCreateVectorStoreFileBatchRequest = {
file_ids: string[];
chunking_strategy?: GatewayInferenceInputChunkingStrategyRequestParam;
};
Defined in: src/models/ai-gateway-inference.ts:7244
Portkey CreateVectorStoreFileBatchRequest; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputCreateVectorStoreFileBatchRequestSchema.parse(value);`
Properties
file_ids
file_ids: string[];
Defined in: src/models/ai-gateway-inference.ts:7245
chunking_strategy?
optional chunking_strategy?: GatewayInferenceInputChunkingStrategyRequestParam;
Defined in: src/models/ai-gateway-inference.ts:7246