From 83e09be8613a8d65be1b5e26fb5c36a13705dd97 Mon Sep 17 00:00:00 2001 From: saimachi Date: Thu, 16 May 2024 18:11:07 -0400 Subject: [PATCH] Add Test 0003 to E2E pipeline. --- tests/config/e2e-test-manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/config/e2e-test-manifest.json b/tests/config/e2e-test-manifest.json index d87fecebe2..4c0a72b9c0 100644 --- a/tests/config/e2e-test-manifest.json +++ b/tests/config/e2e-test-manifest.json @@ -127,6 +127,12 @@ "task_name": "Example0001_FoundationaLLMAgentInteraction.RunAsync", "namespace": "FoundationaLLM.Core.Examples", "target": "./tests/dotnet/Core.Examples/Core.Examples.csproj" + }, + { + "name": "0003", + "task_name": "Example0003_KnowledgeManagementInlineContextAgentWithLangChain.RunAsync", + "namespace": "FoundationaLLM.Core.Examples", + "target": "./tests/dotnet/Core.Examples/Core.Examples.csproj" } ] }