Package com.openai.models.responses
Class ResponseFunctionCallArgumentsDeltaEvent.Builder
-
- All Implemented Interfaces:
public final class ResponseFunctionCallArgumentsDeltaEvent.Builder
A builder for ResponseFunctionCallArgumentsDeltaEvent.
-
-
Method Summary
-
-
Method Detail
-
delta
final ResponseFunctionCallArgumentsDeltaEvent.Builder delta(String delta)
The function-call arguments delta that is added.
-
delta
final ResponseFunctionCallArgumentsDeltaEvent.Builder delta(JsonField<String> delta)
The function-call arguments delta that is added.
-
itemId
final ResponseFunctionCallArgumentsDeltaEvent.Builder itemId(String itemId)
The ID of the output item that the function-call arguments delta is added to.
-
itemId
final ResponseFunctionCallArgumentsDeltaEvent.Builder itemId(JsonField<String> itemId)
The ID of the output item that the function-call arguments delta is added to.
-
outputIndex
final ResponseFunctionCallArgumentsDeltaEvent.Builder outputIndex(Long outputIndex)
The index of the output item that the function-call arguments delta is added to.
-
outputIndex
final ResponseFunctionCallArgumentsDeltaEvent.Builder outputIndex(JsonField<Long> outputIndex)
The index of the output item that the function-call arguments delta is added to.
-
type
final ResponseFunctionCallArgumentsDeltaEvent.Builder type(JsonValue type)
The type of the event. Always
response.function_call_arguments.delta
.
-
additionalProperties
final ResponseFunctionCallArgumentsDeltaEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseFunctionCallArgumentsDeltaEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseFunctionCallArgumentsDeltaEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseFunctionCallArgumentsDeltaEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseFunctionCallArgumentsDeltaEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseFunctionCallArgumentsDeltaEvent build()
-
-
-
-