How to register BuiltInToolscsharp
registry.Register(new AgentTool( GetTimeName, "Returns the current local time on this machine.", _ => DateTime.Now.ToString("T", CultureInfo.CurrentCulture)));
Returns the current local time on this machine.
Included in Version 5
registry.Register(new AgentTool( GetTimeName, "Returns the current local time on this machine.", _ => DateTime.Now.ToString("T", CultureInfo.CurrentCulture)));