Package com.openai.models
Class CodeInterpreterLogs
-
- All Implemented Interfaces:
public final class CodeInterpreterLogs
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
CodeInterpreterLogs.Builder
A builder for CodeInterpreterLogs.
-
Method Summary
Modifier and Type Method Description final Long
index()
The index of the output in the outputs array. final JsonValue
_type()
Always logs
.final Optional<String>
logs()
The text output from the Code Interpreter tool call. final JsonField<Long>
_index()
The index of the output in the outputs array. final JsonField<String>
_logs()
The text output from the Code Interpreter tool call. final Map<String, JsonValue>
_additionalProperties()
final CodeInterpreterLogs
validate()
final CodeInterpreterLogs.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterLogs.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterLogs validate()
-
toBuilder
final CodeInterpreterLogs.Builder toBuilder()
-
builder
final static CodeInterpreterLogs.Builder builder()
-
-
-
-