ToolExecution

class ToolExecution(val toolName: String, val toolCallId: String, val executorError: Throwable) : AgentError(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(toolName: String, toolCallId: String, executorError: Throwable)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
Link copied to clipboard