From 9a05115221939efd013c31ebdf6c827893c43edb Mon Sep 17 00:00:00 2001 From: Diego Colombo Date: Wed, 8 Nov 2023 15:49:00 +0000 Subject: [PATCH 1/2] address comment to remove BlobFeed override --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ff5341a2b..6dda5703d3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -125,7 +125,7 @@ stages: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-Symbol-Server-Pats - name: _SignType - value: Real + value: Realb - name: _BuildArgs value: /p:SignType=$(_SignType) /p:DotNetSignType=$(_SignType) From dd5edfe5f0ca14cf2f8ed052a0edea2a01834f4d Mon Sep 17 00:00:00 2001 From: Diego Colombo Date: Wed, 8 Nov 2023 21:25:56 +0000 Subject: [PATCH 2/2] update ai notebooks --- .../notebooks/ai/AI prompt playground.ipynb | 2 +- .../notebooks/ai/Ai skills experiments.ipynb | 2 +- samples/notebooks/ai/Chat Agent.ipynb | 18 +++++++++++++++++- ...ain code using mermaid kernel and LLM.ipynb | 2 +- samples/notebooks/ai/Getting started.ipynb | 2 +- samples/notebooks/ai/Knowledge kernel.ipynb | 6 ++++-- samples/notebooks/ai/end to end.ipynb | 2 +- samples/notebooks/ai/image generation.ipynb | 2 +- 8 files changed, 27 insertions(+), 9 deletions(-) diff --git a/samples/notebooks/ai/AI prompt playground.ipynb b/samples/notebooks/ai/AI prompt playground.ipynb index 1177b139fa..c8747118d2 100644 --- a/samples/notebooks/ai/AI prompt playground.ipynb +++ b/samples/notebooks/ai/AI prompt playground.ipynb @@ -74,7 +74,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, { diff --git a/samples/notebooks/ai/Ai skills experiments.ipynb b/samples/notebooks/ai/Ai skills experiments.ipynb index 1ba5d30aed..d76145e5c4 100644 --- a/samples/notebooks/ai/Ai skills experiments.ipynb +++ b/samples/notebooks/ai/Ai skills experiments.ipynb @@ -50,7 +50,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, { diff --git a/samples/notebooks/ai/Chat Agent.ipynb b/samples/notebooks/ai/Chat Agent.ipynb index 7a0aeff2a0..cc67679768 100644 --- a/samples/notebooks/ai/Chat Agent.ipynb +++ b/samples/notebooks/ai/Chat Agent.ipynb @@ -14,7 +14,23 @@ }, "outputs": [], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget: Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "dotnet_interactive": { + "language": "csharp" + }, + "polyglot_notebook": { + "kernelName": "csharp" + } + }, + "outputs": [], + "source": [ + "#r \"nuget: Microsoft.DotNet.Interactive.AIUtilities, 1.0.0-beta.23557.4\"" ] }, { diff --git a/samples/notebooks/ai/Explain code using mermaid kernel and LLM.ipynb b/samples/notebooks/ai/Explain code using mermaid kernel and LLM.ipynb index 7ec6efe5bf..05fa5b7d2c 100644 --- a/samples/notebooks/ai/Explain code using mermaid kernel and LLM.ipynb +++ b/samples/notebooks/ai/Explain code using mermaid kernel and LLM.ipynb @@ -73,7 +73,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, { diff --git a/samples/notebooks/ai/Getting started.ipynb b/samples/notebooks/ai/Getting started.ipynb index 83ab24f857..29c01dc5a5 100644 --- a/samples/notebooks/ai/Getting started.ipynb +++ b/samples/notebooks/ai/Getting started.ipynb @@ -233,7 +233,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, { diff --git a/samples/notebooks/ai/Knowledge kernel.ipynb b/samples/notebooks/ai/Knowledge kernel.ipynb index e7bc4f433e..06924d50cf 100644 --- a/samples/notebooks/ai/Knowledge kernel.ipynb +++ b/samples/notebooks/ai/Knowledge kernel.ipynb @@ -74,7 +74,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, { @@ -213,7 +213,9 @@ "output_type": "display_data" } ], - "source": [] + "source": [ + "#r \"nuget: HtmlAgilityPack, 1.11.49\"" + ] }, { "cell_type": "markdown", diff --git a/samples/notebooks/ai/end to end.ipynb b/samples/notebooks/ai/end to end.ipynb index 324b322574..f74469f6b7 100644 --- a/samples/notebooks/ai/end to end.ipynb +++ b/samples/notebooks/ai/end to end.ipynb @@ -90,7 +90,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, { diff --git a/samples/notebooks/ai/image generation.ipynb b/samples/notebooks/ai/image generation.ipynb index 495c305110..ecb0c3e3e3 100644 --- a/samples/notebooks/ai/image generation.ipynb +++ b/samples/notebooks/ai/image generation.ipynb @@ -23,7 +23,7 @@ } ], "source": [ - "#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\"" + "#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\"" ] }, {