Package com.openai.models
Class RequiredActionFunctionToolCall.Function
-
- All Implemented Interfaces:
public final class RequiredActionFunctionToolCall.FunctionThe function definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRequiredActionFunctionToolCall.Function.BuilderA builder for Function.
-
Method Summary
Modifier and Type Method Description final Stringarguments()The arguments that the model expects you to pass to the function. final Stringname()The name of the function. final JsonField<String>_arguments()The arguments that the model expects you to pass to the function. final JsonField<String>_name()The name of the function. final Map<String, JsonValue>_additionalProperties()final RequiredActionFunctionToolCall.Functionvalidate()final RequiredActionFunctionToolCall.Function.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RequiredActionFunctionToolCall.Function.Builderbuilder()-
-
Method Detail
-
arguments
final String arguments()
The arguments that the model expects you to pass to the function.
-
_arguments
final JsonField<String> _arguments()
The arguments that the model expects you to pass to the function.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RequiredActionFunctionToolCall.Function validate()
-
toBuilder
final RequiredActionFunctionToolCall.Function.Builder toBuilder()
-
builder
final static RequiredActionFunctionToolCall.Function.Builder builder()
-
-
-
-