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

7 lines
126 B
C#

namespace BotSharp.Abstraction.Agents;
public interface IAgentUtilityHook
{
void AddUtilities(List<string> utilities);
}