Package com.openai.models
Class FunctionToolCallDelta
-
- All Implemented Interfaces:
public final class FunctionToolCallDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionToolCallDelta.Builderpublic final classFunctionToolCallDelta.TypeThe type of tool call. This is always going to be
functionfor this type of tool call.public final classFunctionToolCallDelta.FunctionThe definition of the function that was called.
-
Method Summary
Modifier and Type Method Description final Longindex()The index of the tool call in the tool calls array. final FunctionToolCallDelta.Typetype()The type of tool call. final Optional<String>id()The ID of the tool call object. final Optional<FunctionToolCallDelta.Function>function()The definition of the function that was called. final JsonField<Long>_index()The index of the tool call in the tool calls array. final JsonField<FunctionToolCallDelta.Type>_type()The type of tool call. final JsonField<String>_id()The ID of the tool call object. final JsonField<FunctionToolCallDelta.Function>_function()The definition of the function that was called. final Map<String, JsonValue>_additionalProperties()final FunctionToolCallDeltavalidate()final FunctionToolCallDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FunctionToolCallDelta.Builderbuilder()-
-
Method Detail
-
type
final FunctionToolCallDelta.Type type()
The type of tool call. This is always going to be
functionfor this type of tool call.
-
function
final Optional<FunctionToolCallDelta.Function> function()
The definition of the function that was called.
-
_type
final JsonField<FunctionToolCallDelta.Type> _type()
The type of tool call. This is always going to be
functionfor this type of tool call.
-
_function
final JsonField<FunctionToolCallDelta.Function> _function()
The definition of the function that was called.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FunctionToolCallDelta validate()
-
toBuilder
final FunctionToolCallDelta.Builder toBuilder()
-
builder
final static FunctionToolCallDelta.Builder builder()
-
-
-
-