Package com.openai.models.responses
Class ResponseCodeInterpreterCallCodeDeltaEvent.Builder
-
- All Implemented Interfaces:
public final class ResponseCodeInterpreterCallCodeDeltaEvent.Builder
A builder for ResponseCodeInterpreterCallCodeDeltaEvent.
-
-
Method Summary
-
-
Method Detail
-
delta
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder delta(String delta)
The partial code snippet added by the code interpreter.
-
delta
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder delta(JsonField<String> delta)
The partial code snippet added by the code interpreter.
-
outputIndex
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder outputIndex(Long outputIndex)
The index of the output item that the code interpreter call is in progress.
-
outputIndex
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder outputIndex(JsonField<Long> outputIndex)
The index of the output item that the code interpreter call is in progress.
-
type
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder type(JsonValue type)
The type of the event. Always
response.code_interpreter_call.code.delta
.
-
additionalProperties
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseCodeInterpreterCallCodeDeltaEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseCodeInterpreterCallCodeDeltaEvent build()
-
-
-
-