LogOutput

data class LogOutput(val logs: String) : CodeInterpreter.Output

Represents an Output.Type.LOGS output. This only holds the text that was outputted by the code interpreter.

Constructors

Link copied to clipboard
constructor(logs: String)

Properties

Link copied to clipboard
Link copied to clipboard

The type of the output.