ToolNotFoundException

class ToolNotFoundException(val requestedTool: String, val availableTools: List<String>) : RuntimeException

Thrown when the LLM requests a tool that is not available.

Constructors

Link copied to clipboard
constructor(requestedTool: String, availableTools: List<String>)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard