CodeExecutionResult

@Serializable
data class CodeExecutionResult(val outcome: String, val output: String)

Represents the code execution result.

Constructors

Link copied to clipboard
constructor(outcome: String, output: String)

Properties

Link copied to clipboard
val outcome: String

The outcome.

Link copied to clipboard
val output: String

The output.