@@ -116,7 +116,7 @@ export type FileChunkingStrategy = StaticFileChunkingStrategyObject | OtherFileC
116116 * The chunking strategy used to chunk the file(s). If not set, will use the `auto`
117117 * strategy. Only applicable if `file_ids` is non-empty.
118118 */
119- export type FileChunkingStrategyParam = AutoFileChunkingStrategyParam | StaticFileChunkingStrategyParam ;
119+ export type FileChunkingStrategyParam = AutoFileChunkingStrategyParam | StaticFileChunkingStrategyObjectParam ;
120120
121121/**
122122 * This is returned when the chunking strategy is unknown. Typically, this is
@@ -154,7 +154,7 @@ export interface StaticFileChunkingStrategyObject {
154154 type : 'static' ;
155155}
156156
157- export interface StaticFileChunkingStrategyParam {
157+ export interface StaticFileChunkingStrategyObjectParam {
158158 static : StaticFileChunkingStrategy ;
159159
160160 /**
@@ -397,7 +397,7 @@ export declare namespace VectorStores {
397397 type OtherFileChunkingStrategyObject as OtherFileChunkingStrategyObject ,
398398 type StaticFileChunkingStrategy as StaticFileChunkingStrategy ,
399399 type StaticFileChunkingStrategyObject as StaticFileChunkingStrategyObject ,
400- type StaticFileChunkingStrategyParam as StaticFileChunkingStrategyParam ,
400+ type StaticFileChunkingStrategyObjectParam as StaticFileChunkingStrategyObjectParam ,
401401 type VectorStore as VectorStore ,
402402 type VectorStoreDeleted as VectorStoreDeleted ,
403403 VectorStoresPage as VectorStoresPage ,
0 commit comments