Skip to content

Commit

Permalink
Add Test 0003 to E2E pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
saimachi committed May 16, 2024
1 parent 5bb4710 commit 83e09be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/config/e2e-test-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 83e09be

Please sign in to comment.