Package com.openai.models
Class Thread.ToolResources.FileSearch.Builder
-
- All Implemented Interfaces:
public final class Thread.ToolResources.FileSearch.Builder
-
-
Constructor Summary
Constructors Constructor Description Thread.ToolResources.FileSearch.Builder()
-
Method Summary
Modifier and Type Method Description final Thread.ToolResources.FileSearch.BuildervectorStoreIds(List<String> vectorStoreIds)The vector store attached to this thread. final Thread.ToolResources.FileSearch.BuildervectorStoreIds(JsonField<List<String>> vectorStoreIds)The vector store attached to this thread. final Thread.ToolResources.FileSearch.BuilderaddVectorStoreId(String vectorStoreId)The vector store attached to this thread. final Thread.ToolResources.FileSearch.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final Thread.ToolResources.FileSearch.BuilderputAdditionalProperty(String key, JsonValue value)final Thread.ToolResources.FileSearch.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final Thread.ToolResources.FileSearch.BuilderremoveAdditionalProperty(String key)final Thread.ToolResources.FileSearch.BuilderremoveAllAdditionalProperties(Set<String> keys)final Thread.ToolResources.FileSearchbuild()-
-
Method Detail
-
vectorStoreIds
final 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 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 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.
-
additionalProperties
final Thread.ToolResources.FileSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Thread.ToolResources.FileSearch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Thread.ToolResources.FileSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Thread.ToolResources.FileSearch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Thread.ToolResources.FileSearch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Thread.ToolResources.FileSearch build()
-
-
-
-