resolver property
Callback to resolve and execute skills. Injected by the host.
Implementation
final Future<ToolResult> Function(String skillName, String? args)? resolver;
Callback to resolve and execute skills. Injected by the host.
final Future<ToolResult> Function(String skillName, String? args)? resolver;