mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
[.NET] Create tools from M.E.A.I AIFunctionFactory (#4041)
* add MEAI tool support * fix format * update --------- Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
This commit is contained in:
@@ -11,7 +11,8 @@ var allSamples = new List<(string, Func<Task>)>
|
||||
// When a new sample is created please add them to the allSamples collection
|
||||
("Assistant Agent", Example01_AssistantAgent.RunAsync),
|
||||
("Two-agent Math Chat", Example02_TwoAgent_MathChat.RunAsync),
|
||||
("Agent Function Call", Example03_Agent_FunctionCall.RunAsync),
|
||||
("Agent Function Call With Source Generator", Example03_Agent_FunctionCall.ToolCallWithSourceGenerator),
|
||||
("Agent Function Call With M.E.A.I AI Functions", Example03_Agent_FunctionCall.ToolCallWithMEAITools),
|
||||
("Dynamic Group Chat Coding Task", Example04_Dynamic_GroupChat_Coding_Task.RunAsync),
|
||||
("DALL-E and GPT4v", Example05_Dalle_And_GPT4V.RunAsync),
|
||||
("User Proxy Agent", Example06_UserProxyAgent.RunAsync),
|
||||
|
||||
Reference in New Issue
Block a user