ToolRoundLimitException class

The model kept calling tools past AiChat.maxToolRounds. Every round is a billed completion, so the loop is cut rather than left to run away.

Implemented types

Constructors

ToolRoundLimitException(int maxToolRounds)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxToolRounds int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited