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