Package com.openai.models
Class Assistant.ToolResources.FileSearch.Builder
-
- All Implemented Interfaces:
public final class Assistant.ToolResources.FileSearch.Builder
-
-
Constructor Summary
Constructors Constructor Description Assistant.ToolResources.FileSearch.Builder()
-
Method Summary
-
-
Method Detail
-
vectorStoreIds
final Assistant.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.
-
vectorStoreIds
final Assistant.ToolResources.FileSearch.Builder vectorStoreIds(JsonField<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.
-
addVectorStoreId
final Assistant.ToolResources.FileSearch.Builder addVectorStoreId(String vectorStoreId)
The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
additionalProperties
final Assistant.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Assistant.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Assistant.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Assistant.ToolResources.FileSearch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Assistant.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Assistant.ToolResources.FileSearch build()
-
-
-
-