NoToolCall class final

No declared function fits — answer the user the ordinary way.

Inheritance

Constructors

NoToolCall({required int requests, List<String> errors = const [], List<String> notes = const [], String raw = ''})
Creates it.
const

Properties

errors List<String>
Why, when the reason was a rejection rather than a plain "none fits". Empty means the model simply said no function applied.
final
hashCode int
The hash code for this object.
no setterinherited
notes List<String>
What had to be tolerated, for logging — fenced, repaired, verified.
finalinherited
raw String
The model's last raw reply, for when something needs eyeballing.
finalinherited
requests int
Upstream messages this cost. One on the happy path; two when a repair or an audit ran. They come out of the same anonymous hourly allowance as ordinary chat.
finalinherited
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.
inherited

Operators

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