Package com.openai.models
Class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput
Text output from the Code Interpreter tool call as part of a run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
-
Method Summary
Modifier and Type Method Description final String
logs()
The text output from the Code Interpreter tool call. final JsonValue
_type()
Always logs
.final JsonField<String>
_logs()
The text output from the Code Interpreter tool call. final Map<String, JsonValue>
_additionalProperties()
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput
validate()
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput validate()
-
toBuilder
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder toBuilder()
-
builder
final static CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder builder()
-
-
-
-