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 Serializabletrait Producttrait Equalstrait ToolParameterErrorclass Objecttrait Matchableclass Any
Members list
In this article