menu
flutter_local_ai package
documentation
testing.dart
FakeLocalAiHost
toolCalls property
toolCalls property
dark_mode
light_mode
toolCalls
property
List
<
FakeToolCall
>
toolCalls
final
Every tool call
invokeTool
played, in order.
Implementation
final List<FakeToolCall> toolCalls = [];
flutter_local_ai package
documentation
testing
FakeLocalAiHost
toolCalls property
FakeLocalAiHost class