EnvelopeCalls class final

The reply carried calls (possibly zero, for an explicit "no tool").

Inheritance

Constructors

EnvelopeCalls(List<ToolCall> calls, List<String> notes)
Creates it.
const

Properties

calls List<ToolCall>
The calls, already name-checked against the allow-list and repaired against their schemas.
final
hashCode int
The hash code for this object.
no setterinherited
notes List<String>
What had to be tolerated to read it — fenced, prose-before, duplicate-marker. Diagnostics, not errors.
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