ScriptToolConfig constructor
ScriptToolConfig({})
Implementation
ScriptToolConfig({required this.serviceId, required this.commands, required this.toolName, this.title, this.description})
: super('script');
ScriptToolConfig({required this.serviceId, required this.commands, required this.toolName, this.title, this.description})
: super('script');