Package com.openai.models.responses
Class ResponseFunctionCallArgumentsDoneEvent
-
- All Implemented Interfaces:
public final class ResponseFunctionCallArgumentsDoneEventEmitted when function-call arguments are finalized.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseFunctionCallArgumentsDoneEvent.BuilderA builder for ResponseFunctionCallArgumentsDoneEvent.
-
Method Summary
Modifier and Type Method Description final Stringarguments()The function-call arguments. final StringitemId()The ID of the item. final LongoutputIndex()The index of the output item. final JsonValue_type()final JsonField<String>_arguments()The function-call arguments. final JsonField<String>_itemId()The ID of the item. final JsonField<Long>_outputIndex()The index of the output item. final Map<String, JsonValue>_additionalProperties()final ResponseFunctionCallArgumentsDoneEventvalidate()final ResponseFunctionCallArgumentsDoneEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFunctionCallArgumentsDoneEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFunctionCallArgumentsDoneEvent. -
-
Method Detail
-
outputIndex
final Long outputIndex()
The index of the output item.
-
_arguments
final JsonField<String> _arguments()
The function-call arguments.
-
_outputIndex
final JsonField<Long> _outputIndex()
The index of the output item.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseFunctionCallArgumentsDoneEvent validate()
-
toBuilder
final ResponseFunctionCallArgumentsDoneEvent.Builder toBuilder()
-
builder
final static ResponseFunctionCallArgumentsDoneEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseFunctionCallArgumentsDoneEvent.
The following fields are required:
.arguments() .itemId() .outputIndex()
-
-
-
-