import { type ThreadCreateAndRunParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { Static } = ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Static;
Properties
The number of tokens that overlap between chunks. The default value is 400
.
Note that the overlap must not exceed half of max_chunk_size_tokens
.
Properties
The number of tokens that overlap between chunks. The default value is 400
.
Note that the overlap must not exceed half of max_chunk_size_tokens
.