Result

class Result(val result: Any?, val type: KType, val json: Json) : ToolResult(source)

Constructors

Link copied to clipboard
constructor(result: Any?, type: KType, json: Json)

Properties

Link copied to clipboard
val json: Json
Link copied to clipboard
val result: Any?
Link copied to clipboard
val type: KType

Functions

Link copied to clipboard
open override fun toStringDefault(): String

Provides a string representation of the implementing instance with default formatting.