import { type FileChunkingStrategyParam } from "https://deno.land/x/openai@v4.61.1/resources/beta/vector-stores/vector-stores.ts";
The chunking strategy used to chunk the file(s). If not set, will use the auto
strategy. Only applicable if file_ids
is non-empty.
definition: AutoFileChunkingStrategyParam | StaticFileChunkingStrategyParam