Description

Get time

Returns the current local time on this machine.

Included in Version 4

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