Package com.openai.models
Class BetaThreadCreateAndRunParams.ToolResources.FileSearch
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.ToolResources.FileSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaThreadCreateAndRunParams.ToolResources.FileSearch.BuilderA builder for FileSearch.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>vectorStoreIds()The ID of the vector store attached to this assistant. final JsonField<List<String>>_vectorStoreIds()The ID of the vector store attached to this assistant. final Map<String, JsonValue>_additionalProperties()final BetaThreadCreateAndRunParams.ToolResources.FileSearchvalidate()final BetaThreadCreateAndRunParams.ToolResources.FileSearch.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThreadCreateAndRunParams.ToolResources.FileSearch.Builderbuilder()-
-
Method Detail
-
vectorStoreIds
final Optional<List<String>> vectorStoreIds()
The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
_vectorStoreIds
final JsonField<List<String>> _vectorStoreIds()
The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaThreadCreateAndRunParams.ToolResources.FileSearch validate()
-
toBuilder
final BetaThreadCreateAndRunParams.ToolResources.FileSearch.Builder toBuilder()
-
builder
final static BetaThreadCreateAndRunParams.ToolResources.FileSearch.Builder builder()
-
-
-
-