Package com.openai.models.beta.threads
        Class ThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategyThe chunking strategy used to chunk the file(s). If not set, will use the autostrategy.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy.VisitorAn interface that defines how to map each variant of ChunkingStrategy to a value of type T. public final classThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy.Static
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        autofinal Optional<JsonValue> auto() The default strategy. This strategy currently uses a max_chunk_size_tokensof800andchunk_overlap_tokensof400.
 - 
                                        static_final Optional<ThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy.Static> static_() 
 - 
                                        asAutofinal JsonValue asAuto() The default strategy. This strategy currently uses a max_chunk_size_tokensof800andchunk_overlap_tokensof400.
 - 
                                        asStaticfinal ThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy.Static asStatic() 
 - 
                                        acceptfinal <T extends Any> T accept(ThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy.Visitor<T> visitor) 
 - 
                                        ofAutofinal static ThreadCreateParams.ToolResources.FileSearch.VectorStore.ChunkingStrategy ofAuto() The default strategy. This strategy currently uses a max_chunk_size_tokensof800andchunk_overlap_tokensof400.
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-