Class ThreadCreateParams.ToolResources.FileSearch.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadCreateParams.ToolResources.FileSearch.BuilderA builder for FileSearch. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        vectorStoreIdsfinal ThreadCreateParams.ToolResources.FileSearch.Builder vectorStoreIds(List<String> vectorStoreIds) The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread. 
 - 
                                        vectorStoreIdsfinal ThreadCreateParams.ToolResources.FileSearch.Builder vectorStoreIds(JsonField<List<String>> vectorStoreIds) Sets Builder.vectorStoreIds to an arbitrary JSON value. You should usually call Builder.vectorStoreIds with a well-typed List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addVectorStoreIdfinal ThreadCreateParams.ToolResources.FileSearch.Builder addVectorStoreId(String vectorStoreId) Adds a single String to vectorStoreIds. 
 - 
                                        vectorStoresfinal ThreadCreateParams.ToolResources.FileSearch.Builder vectorStores(List<ThreadCreateParams.ToolResources.FileSearch.VectorStore> vectorStores) A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread. 
 - 
                                        vectorStoresfinal ThreadCreateParams.ToolResources.FileSearch.Builder vectorStores(JsonField<List<ThreadCreateParams.ToolResources.FileSearch.VectorStore>> vectorStores) Sets Builder.vectorStores to an arbitrary JSON value. You should usually call Builder.vectorStores with a well-typed List<VectorStore>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addVectorStorefinal ThreadCreateParams.ToolResources.FileSearch.Builder addVectorStore(ThreadCreateParams.ToolResources.FileSearch.VectorStore vectorStore) Adds a single VectorStore to vectorStores. 
 - 
                                        additionalPropertiesfinal ThreadCreateParams.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ThreadCreateParams.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ThreadCreateParams.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ThreadCreateParams.ToolResources.FileSearch.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ThreadCreateParams.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ThreadCreateParams.ToolResources.FileSearch build() Returns an immutable instance of FileSearch. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-