Package com.openai.models.beta.threads
        Class ThreadCreateAndRunParams.ToolResources.FileSearch.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadCreateAndRunParams.ToolResources.FileSearch.BuilderA builder for FileSearch. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        vectorStoreIdsfinal ThreadCreateAndRunParams.ToolResources.FileSearch.Builder vectorStoreIds(List<String> vectorStoreIds) The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant. 
 - 
                                        vectorStoreIdsfinal ThreadCreateAndRunParams.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 ThreadCreateAndRunParams.ToolResources.FileSearch.Builder addVectorStoreId(String vectorStoreId) Adds a single String to vectorStoreIds. 
 - 
                                        additionalPropertiesfinal ThreadCreateAndRunParams.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ThreadCreateAndRunParams.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ThreadCreateAndRunParams.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ThreadCreateAndRunParams.ToolResources.FileSearch.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ThreadCreateAndRunParams.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ThreadCreateAndRunParams.ToolResources.FileSearch build() Returns an immutable instance of FileSearch. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-