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