ToolCallError

org.llm4s.toolapi.ToolCallError
See theToolCallError companion object
sealed trait ToolCallError

Enhanced tool call errors with consistent formatting.

Covers the full lifecycle of a tool invocation: unknown function, null arguments, invalid arguments, handler errors, and execution exceptions.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HandlerError
class Timeout
Show all

Members list

Value members

Abstract methods

def getMessage: String
def toolName: String

Concrete methods

def getFormattedMessage: String