ToolInfoNeeded class final

A required parameter was never stated in the request.

Emitted instead of a guess. Without this option the model invented an origin airport and a date the user never gave, and the invention validated cleanly against the schema — a wrong call that looks exactly like a right one is the worst outcome available here.

Inheritance

Constructors

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

Properties

function String
The function the model would have called.
final
hashCode int
The hash code for this object.
no setterinherited
missing List<String>
The parameters it could not fill from the request.
final
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