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