namespace Agent.Addons.Tools.Applications;/// <summary>Opens a desktop application when invoked as an agent tool.</summary>public interface IApplicationOpen{ string ToolName { get; } string ToolDescription { get; } string Open();}
namespace Agent.Addons.Tools.Applications;/// <summary>Opens a desktop application when invoked as an agent tool.</summary>public interface IApplicationOpen{ string ToolName { get; } string ToolDescription { get; } string Open();}