MultipleErrors

org.llm4s.toolapi.ToolParameterError.MultipleErrors
case class MultipleErrors(errors: List[ToolParameterError]) extends ToolParameterError

Aggregation of multiple parameter errors from a single tool call.

Value parameters

errors

the individual parameter 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
def parameterName: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product