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