Package com.openai.models
Class BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type implements EnumThe type of tool being defined:
file_search
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type.Knownpublic enumBetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.TypeFILE_SEARCH
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type.Valuevalue()final BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Typeof(String value)-
-
Method Detail
-
value
final BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type.Value value()
-
known
final BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type.Known known()
-
of
final static BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.FileSearch.Type of(String value)
-
-
-
-