7 lines
122 B
C#
7 lines
122 B
C#
|
|
namespace BotSharp.Plugin.HttpHandler.Enums;
|
||
|
|
|
||
|
|
public class Tool
|
||
|
|
{
|
||
|
|
public const string HttpHandler = "http-handler";
|
||
|
|
}
|