menu
copilot_sdk_dart package
documentation
copilot_sdk_web.dart
CopilotSession
removeTool method
removeTool method
dark_mode
light_mode
removeTool
method
void
removeTool
(
String
name
)
Removes a tool by name.
Implementation
void removeTool(String name) { _tools.remove(name); }
copilot_sdk_dart package
documentation
copilot_sdk_web
CopilotSession
removeTool method
CopilotSession class