MissingParameter

org.llm4s.toolapi.ToolParameterError.MissingParameter
case class MissingParameter(parameterName: String, expectedType: String, availableParameters: List[String]) extends ToolParameterError

A required parameter is completely missing from the arguments

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getMessage: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product