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 30d8e27 commit c1d2887Copy full SHA for c1d2887
tests/v2_x/test_passthroug_mode.py
@@ -81,6 +81,9 @@ 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