Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai/resources/beta/mod.ts>FileChunkingStrategyParam

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Latest
type alias FileChunkingStrategyParam
import { type FileChunkingStrategyParam } from "https://deno.land/x/openai@v4.64.0/resources/beta/mod.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.