Class BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder
A builder for FileSearch.
-
-
Method Summary
-
-
Method Detail
-
vectorStoreIds
final BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder vectorStores(List<BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder vectorStores(JsonField<List<BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder addVectorStore(BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys)
-
-
-
-