ToolExitCodeResponse

data class ToolExitCodeResponse(val number: Int)

Exit code from a tool execution.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val number: Int

Tool execution exit code. A value of 0 means that the execution was successful. - In response: always set - In create/update request: always set