ToolParameterError

org.llm4s.toolapi.ToolParameterError
See theToolParameterError companion object
sealed trait ToolParameterError

Structured error information for tool parameter validation.

Represents specific validation failures when parsing tool call arguments, including missing parameters, type mismatches, null values, and invalid nesting.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getMessage: String
def parameterName: String