NullParameter

org.llm4s.toolapi.ToolParameterError.NullParameter
case class NullParameter(parameterName: String, expectedType: String) extends ToolParameterError

A required parameter is present but has a null value.

Value parameters

expectedType

the expected non-null type

parameterName

name of the null parameter

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