[.Net] add ReAct sample (#2977)

* add ReAct sample

* fix source geenrator test
This commit is contained in:
Xiaoyun Zhang
2024-06-20 15:30:16 -07:00
committed by GitHub
parent 393f6fc76c
commit dd0024c01c
5 changed files with 193 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ namespace AutoGen.SourceGenerator.Tests
Name = @"AddAsync",
Description = @"Add two numbers.",
ReturnType = typeof(System.Threading.Tasks.Task`1[System.String]),
Parameters = new []
Parameters = new global::AutoGen.Core.FunctionParameterContract[]
{
new FunctionParameterContract
{