menu
consciousness_sim package
documentation
agent/tools/tool_interface.dart
ToolRegistry
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
name
)
Whether
name
is registered.
Implementation
bool has(String name) => _tools.containsKey(name);
consciousness_sim package
documentation
agent/tools/tool_interface
ToolRegistry
has method
ToolRegistry class