BotSharp/src/Infrastructure/BotSharp.Abstraction/Agents/Enums/AgentTool.cs
2024-07-02 13:36:45 -05:00

8 lines
192 B
C#

namespace BotSharp.Abstraction.Agents.Enums;
public class AgentUtility
{
public const string FileAnalyzer = "file-analyzer";
public const string ImageGenerator = "image-generator";
}