menu
copilot_sdk_dart package
documentation
copilot_sdk_web.dart
CopilotSession
addTool method
addTool method
dark_mode
light_mode
addTool
method
void
addTool
(
Tool
tool
)
Adds a tool to this session.
Implementation
void addTool(Tool tool) { _tools[tool.name] = tool; }
copilot_sdk_dart package
documentation
copilot_sdk_web
CopilotSession
addTool method
CopilotSession class