7 lines
132 B
C#
7 lines
132 B
C#
namespace BotSharp.Abstraction.Agents;
|
|
|
|
public interface IAgentUtilityHook
|
|
{
|
|
void AddUtilities(List<AgentUtility> utilities);
|
|
}
|