Package com.openai.models
Class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
-
-
Constructor Summary
Constructors Constructor Description CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder()
-
Method Summary
-
-
Method Detail
-
logs
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder logs(String logs)
The text output from the Code Interpreter tool call.
-
logs
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder logs(JsonField<String> logs)
The text output from the Code Interpreter tool call.
-
type
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder type(JsonValue type)
Always
logs
.
-
additionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder removeAllAdditionalProperties(Set<String> keys)
-
-
-
-