autogen/dotnet/sample/AutoGen.BasicSamples
Xiaoyun Zhang 155da15734
[.Net] fix #3203 (#3204)
* add net6 & net8

* update

* add tools and stop sequence
2024-07-25 16:15:55 +00:00
..
CodeSnippet [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136) 2024-07-15 19:33:10 +00:00
GettingStart add streaming tool call example (#3167) 2024-07-19 16:36:04 +00:00
AutoGen.BasicSample.csproj [.Net] fix #3203 (#3204) 2024-07-25 16:15:55 +00:00
Example01_AssistantAgent.cs [.Net] Add KernelPluginMiddleware in AutoGen.SemanticKernel (#2595) 2024-05-09 22:36:20 +00:00
Example02_TwoAgent_MathChat.cs [.Net] Add KernelPluginMiddleware in AutoGen.SemanticKernel (#2595) 2024-05-09 22:36:20 +00:00
Example03_Agent_FunctionCall.cs [.Net] Mark Message as obsolete and add ToolCallAggregateMessage type (#2716) 2024-05-21 05:48:19 +00:00
Example04_Dynamic_GroupChat_Coding_Task.cs [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136) 2024-07-15 19:33:10 +00:00
Example05_Dalle_And_GPT4V.cs [.Net] fix #2859 (#2974) 2024-06-20 17:47:31 +00:00
Example06_UserProxyAgent.cs Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
Example07_Dynamic_GroupChat_Calculate_Fibonacci.cs [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136) 2024-07-15 19:33:10 +00:00
Example08_LMStudio.cs Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
Example09_LMStudio_FunctionCall.cs fix build and tests (#3134) 2024-07-15 19:20:22 +00:00
Example10_SemanticKernel.cs [.Net] refactor over streaming version api (#2461) 2024-05-05 14:51:00 +00:00
Example11_Sequential_GroupChat_Example.cs Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
Example12_TwoAgent_Fill_Application.cs [.Net] fix code ql for dotnet build && update trigger for dotnet workflow (#2529) 2024-04-29 20:27:57 +00:00
Example13_OpenAIAgent_JsonMode.cs [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136) 2024-07-15 19:33:10 +00:00
Example14_MistralClientAgent_TokenCount.cs [.Net] Add KernelPluginMiddleware in AutoGen.SemanticKernel (#2595) 2024-05-09 22:36:20 +00:00
Example15_GPT4V_BinaryDataImageMessage.cs [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136) 2024-07-15 19:33:10 +00:00
Example16_OpenAIChatAgent_ConnectToThirdPartyBackend.cs [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136) 2024-07-15 19:33:10 +00:00
Example17_ReActAgent.cs [.Net] add ReAct sample (#2977) 2024-06-20 22:30:16 +00:00
GlobalUsing.cs Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
LLMConfiguration.cs [.Net] update oai tests by using new OpenAI resources (#2939) 2024-06-14 13:53:12 +00:00
Program.cs [.Net] add ReAct sample (#2977) 2024-06-20 22:30:16 +00:00