menu
flutter_local_ai package
documentation
testing.dart
FakeLocalAiSession
tools property
tools property
dark_mode
light_mode
tools
property
List
<
LocalAiTool
>
tools
final
The tools this session was opened with, as the caller declared them.
Implementation
final List<LocalAiTool> tools;
flutter_local_ai package
documentation
testing
FakeLocalAiSession
tools property
FakeLocalAiSession class