Class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutputText 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 classCodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.BuilderA builder for LogsOutput.
-
Method Summary
Modifier and Type Method Description final Stringlogs()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.LogsOutputvalidate()final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builderbuilder()Returns a mutable builder for constructing an instance of LogsOutput. -
-
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()
Returns a mutable builder for constructing an instance of LogsOutput.
The following fields are required:
.logs()
-
-
-
-