Package com.openai.models
Class BetaThreadCreateParams.ToolResources.FileSearch
-
- All Implemented Interfaces:
public final class BetaThreadCreateParams.ToolResources.FileSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaThreadCreateParams.ToolResources.FileSearch.Builder
A builder for FileSearch.
public final class
BetaThreadCreateParams.ToolResources.FileSearch.VectorStore
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>
vectorStoreIds()
The vector store attached to this thread. final Optional<List<BetaThreadCreateParams.ToolResources.FileSearch.VectorStore>>
vectorStores()
A helper to create a vector store with file_ids and attach it to this thread. final JsonField<List<String>>
_vectorStoreIds()
The vector store attached to this thread. final JsonField<List<BetaThreadCreateParams.ToolResources.FileSearch.VectorStore>>
_vectorStores()
A helper to create a vector store with file_ids and attach it to this thread. final Map<String, JsonValue>
_additionalProperties()
final BetaThreadCreateParams.ToolResources.FileSearch
validate()
final BetaThreadCreateParams.ToolResources.FileSearch.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaThreadCreateParams.ToolResources.FileSearch.Builder
builder()
-
-
Method Detail
-
vectorStoreIds
final Optional<List<String>> vectorStoreIds()
The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.
-
vectorStores
final Optional<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.
-
_vectorStoreIds
final JsonField<List<String>> _vectorStoreIds()
The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.
-
_vectorStores
final 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaThreadCreateParams.ToolResources.FileSearch validate()
-
toBuilder
final BetaThreadCreateParams.ToolResources.FileSearch.Builder toBuilder()
-
builder
final static BetaThreadCreateParams.ToolResources.FileSearch.Builder builder()
-
-
-
-