BotSharp/src/Infrastructure/BotSharp.Abstraction/Agents/IAgentUtilityHook.cs
2024-11-21 00:50:55 -06:00

7 lines
132 B
C#

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