InvalidArguments

org.llm4s.toolapi.ToolCallError.InvalidArguments
case class InvalidArguments(toolName: String, parameterErrors: List[ToolParameterError]) extends ToolCallError

Tool has parameter validation errors

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 getFormattedMessage: String

Attributes

Inherited from:
ToolCallError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product