Class BetaAssistantCreateParams.ToolResources.FileSearch.Builder
-
- All Implemented Interfaces:
public final class BetaAssistantCreateParams.ToolResources.FileSearch.Builder
A builder for FileSearch.
-
-
Method Summary
-
-
Method Detail
-
vectorStoreIds
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder vectorStoreIds(List<String> vectorStoreIds)
The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
vectorStoreIds
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder vectorStoreIds(JsonField<List<String>> vectorStoreIds)
The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
addVectorStoreId
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder addVectorStoreId(String vectorStoreId)
The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
vectorStores
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder vectorStores(List<BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore> vectorStores)
A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
vectorStores
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder vectorStores(JsonField<List<BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore>> vectorStores)
A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
addVectorStore
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder addVectorStore(BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore vectorStore)
A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
additionalProperties
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaAssistantCreateParams.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaAssistantCreateParams.ToolResources.FileSearch build()
-
-
-
-