import { type ThreadCreateAndRunParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/mod.ts";
const { Auto } = ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore;
The default strategy. This strategy currently uses a max_chunk_size_tokens
of
800
and chunk_overlap_tokens
of 400
.