File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
tests/NLWebNet.Tests/Extensions Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,6 @@ public void YamlConfiguration_WithNLWebOptions_ShouldBindCorrectly()
5656 builder . AddYamlStream ( stream ) ;
5757 var configuration = builder . Build ( ) ;
5858
59- // Debug: Check what configuration values are actually being loaded
60- var defaultMode = configuration [ "nlweb:default_mode" ] ;
61- var enableStreaming = configuration [ "nlweb:enable_streaming" ] ;
62- var toolSelection = configuration [ "nlweb:tool_selection_enabled" ] ;
63- var multiBackendEnabled = configuration [ "nlweb:multi_backend:enabled" ] ;
64-
6559 var services = new ServiceCollection ( ) ;
6660 services . Configure < NLWebOptions > ( configuration . GetSection ( "nlweb" ) ) ;
6761 var serviceProvider = services . BuildServiceProvider ( ) ;
You can’t perform that action at this time.
0 commit comments