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