We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe1263 commit 440e519Copy full SHA for 440e519
tests/v2_x/test_passthroug_mode.py
@@ -81,9 +81,6 @@ def test_passthrough_llm_action_not_invoked_via_logs(self):
81
self.assertIn("content", response)
82
self.assertIsInstance(response["content"], str)
83
84
- @unittest.skip(
85
- reason="Github issue https://github.com/NVIDIA/NeMo-Guardrails/issues/1378"
86
- )
87
def test_passthrough_llm_action_invoked_via_logs(self):
88
chat = TestChat(
89
config,
0 commit comments