Package com.openai.models.beta.threads
Class Thread.ToolResources.FileSearch
-
- All Implemented Interfaces:
public final class Thread.ToolResources.FileSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Thread.ToolResources.FileSearch.Builder
A builder for FileSearch.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>
vectorStoreIds()
The vector store attached to this thread. final JsonField<List<String>>
_vectorStoreIds()
Returns the raw JSON value of vectorStoreIds. final Map<String, JsonValue>
_additionalProperties()
final Thread.ToolResources.FileSearch.Builder
toBuilder()
final Thread.ToolResources.FileSearch
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static Thread.ToolResources.FileSearch.Builder
builder()
Returns a mutable builder for constructing an instance of FileSearch. -
-
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.
-
_vectorStoreIds
final JsonField<List<String>> _vectorStoreIds()
Returns the raw JSON value of vectorStoreIds.
Unlike vectorStoreIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Thread.ToolResources.FileSearch.Builder toBuilder()
-
validate
final Thread.ToolResources.FileSearch validate()
-
builder
final static Thread.ToolResources.FileSearch.Builder builder()
Returns a mutable builder for constructing an instance of FileSearch.
-
-
-
-