Skip to content

Commit

Permalink
Merge pull request #981 from solliancenet/skm-17678
Browse files Browse the repository at this point in the history
Add Test 0003 to E2E pipeline
  • Loading branch information
ciprianjichici authored May 17, 2024
2 parents 5bb4710 + 83e09be commit 94179a0
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 94179a0

Please sign in to comment.