ToolCallsExtracted class final

The model chose one or more functions.

Inheritance

Constructors

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

Properties

calls List<ToolCall>
The calls to execute, in order.
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