MaIN.NET.0.7.0
0.7.0 release
- Add full tool support for all available cloud providers
On chat/agent context
.WithTools(new ToolsConfigurationBuilder()
.AddTool(
name: "get_current_time",
description: "Get the current date and time",
execute: Tools.GetCurrentTime)
.WithToolChoice("auto")
.Build())