mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-12 10:04:54 -05:00
[.Net][AutoGen.DotnetInteractive] add DotnetInteractiveStdioConnector (#3337)
* add DotnetInteractiveStdioCOnector * update * update * comment out DotnetInteractive test * add header * update
This commit is contained in:
@@ -16,7 +16,7 @@ public partial class Example04_Dynamic_GroupChat_Coding_Task
|
||||
var instance = new Example04_Dynamic_GroupChat_Coding_Task();
|
||||
|
||||
var kernel = DotnetInteractiveKernelBuilder
|
||||
.CreateDefaultBuilder()
|
||||
.CreateDefaultInProcessKernelBuilder()
|
||||
.AddPythonKernel("python3")
|
||||
.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user