Package com.openai.models
Class BetaThreadUpdateParams.ToolResources.FileSearch.Builder
-
- All Implemented Interfaces:
public final class BetaThreadUpdateParams.ToolResources.FileSearch.Builder
A builder for FileSearch.
-
-
Method Summary
-
-
Method Detail
-
vectorStoreIds
final BetaThreadUpdateParams.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 BetaThreadUpdateParams.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 BetaThreadUpdateParams.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.
-
additionalProperties
final BetaThreadUpdateParams.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThreadUpdateParams.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThreadUpdateParams.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThreadUpdateParams.ToolResources.FileSearch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThreadUpdateParams.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaThreadUpdateParams.ToolResources.FileSearch build()
-
-
-
-