Package com.openai.models
Class CodeInterpreterLogs
-
- All Implemented Interfaces:
public final class CodeInterpreterLogsText 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 classCodeInterpreterLogs.BuilderA builder for CodeInterpreterLogs.
-
Method Summary
Modifier and Type Method Description final Longindex()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 CodeInterpreterLogsvalidate()final CodeInterpreterLogs.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterLogs.Builderbuilder()-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterLogs validate()
-
toBuilder
final CodeInterpreterLogs.Builder toBuilder()
-
builder
final static CodeInterpreterLogs.Builder builder()
-
-
-
-