Package com.openai.models
Class BetaThreadMessageCreateParams.Attachment.Tool.FileSearch
-
- All Implemented Interfaces:
public final class BetaThreadMessageCreateParams.Attachment.Tool.FileSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Builder
public final class
BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Type
The type of tool being defined:
file_search
-
Method Summary
Modifier and Type Method Description final BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Type
type()
The type of tool being defined: file_search
final JsonField<BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Type>
_type()
The type of tool being defined: file_search
final Map<String, JsonValue>
_additionalProperties()
final BetaThreadMessageCreateParams.Attachment.Tool.FileSearch
validate()
final BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Builder
builder()
-
-
Method Detail
-
type
final BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Type type()
The type of tool being defined:
file_search
-
_type
final JsonField<BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Type> _type()
The type of tool being defined:
file_search
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaThreadMessageCreateParams.Attachment.Tool.FileSearch validate()
-
toBuilder
final BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Builder toBuilder()
-
builder
final static BetaThreadMessageCreateParams.Attachment.Tool.FileSearch.Builder builder()
-
-
-
-