import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/mod.ts";
const { Static } = ThreadCreateParams.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
.