[.Net][AutoGen.DotnetInteractive] add DotnetInteractiveStdioConnector (#3337)

* add DotnetInteractiveStdioCOnector

* update

* update

* comment out DotnetInteractive test

* add header

* update
This commit is contained in:
Xiaoyun Zhang
2024-08-09 18:53:48 -07:00
committed by GitHub
parent 972b4ed024
commit f49ed29b4e
9 changed files with 367 additions and 186 deletions

View File

@@ -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();