mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
[.Net] add ReAct sample (#2977)
* add ReAct sample * fix source geenrator test
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user