Package com.openai.models
Class BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builderpublic final classBetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.TypeThe type of tool being defined:
file_search
-
Method Summary
Modifier and Type Method Description final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Typetype()The type of tool being defined: file_searchfinal JsonField<BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Type>_type()The type of tool being defined: file_searchfinal Map<String, JsonValue>_additionalProperties()final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearchvalidate()final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builderbuilder()-
-
Method Detail
-
type
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Type type()
The type of tool being defined:
file_search
-
_type
final JsonField<BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Type> _type()
The type of tool being defined:
file_search
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builder toBuilder()
-
builder
final static BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builder builder()
-
-
-
-