Package com.braintrustdata.api.models
Class ChatCompletionMessageToolCall.Function
-
- All Implemented Interfaces:
public final class ChatCompletionMessageToolCall.Function
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionMessageToolCall.Function.BuilderA builder for Function.
-
Method Summary
Modifier and Type Method Description final Stringarguments()final Stringname()final JsonField<String>_arguments()Returns the raw JSON value of arguments. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final ChatCompletionMessageToolCall.Function.BuildertoBuilder()final ChatCompletionMessageToolCall.Functionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionMessageToolCall.Function.Builderbuilder()Returns a mutable builder for constructing an instance of Function. -
-
Method Detail
-
_arguments
final JsonField<String> _arguments()
Returns the raw JSON value of arguments.
Unlike arguments, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ChatCompletionMessageToolCall.Function.Builder toBuilder()
-
validate
final ChatCompletionMessageToolCall.Function validate()
-
builder
final static ChatCompletionMessageToolCall.Function.Builder builder()
Returns a mutable builder for constructing an instance of Function.
The following fields are required:
.arguments() .name()
-
-
-
-