Package com.openai.models.responses
Class ResponseCodeInterpreterToolCall.Result.Logs.Builder
-
- All Implemented Interfaces:
public final class ResponseCodeInterpreterToolCall.Result.Logs.Builder
A builder for Logs.
-
-
Method Summary
-
-
Method Detail
-
logs
final ResponseCodeInterpreterToolCall.Result.Logs.Builder logs(String logs)
The logs of the code interpreter tool call.
-
logs
final ResponseCodeInterpreterToolCall.Result.Logs.Builder logs(JsonField<String> logs)
The logs of the code interpreter tool call.
-
type
final ResponseCodeInterpreterToolCall.Result.Logs.Builder type(JsonValue type)
The type of the code interpreter text output. Always
logs
.
-
additionalProperties
final ResponseCodeInterpreterToolCall.Result.Logs.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseCodeInterpreterToolCall.Result.Logs.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseCodeInterpreterToolCall.Result.Logs.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseCodeInterpreterToolCall.Result.Logs.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseCodeInterpreterToolCall.Result.Logs.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseCodeInterpreterToolCall.Result.Logs build()
-
-
-
-