Skip to content

MaIN.NET.0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 13:17
· 39 commits to main since this release
4b3b454

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())