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 class
BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builder
public final class
BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Type
The type of tool being defined:
file_search
-
Method Summary
Modifier and Type Method Description final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Type
type()
The type of tool being defined: file_search
final JsonField<BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Type>
_type()
The type of tool being defined: file_search
final Map<String, JsonValue>
_additionalProperties()
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch
validate()
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch.Builder
builder()
-
-
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()
-
-
-
-