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 4afcf12 commit 2bd0287Copy full SHA for 2bd0287
src/praisonai/tests/unit/test_langextract_sink.py
@@ -407,7 +407,6 @@ def test_bridge_maps_context_events_to_action_events(self):
407
assert "agent_end" in types
408
assert sink._source_text == "Write a haiku"
409
410
- @pytest.mark.skipif(not _langextract_available(), reason="langextract not installed")
411
def test_setup_observability_registers_context_emitter(self):
412
"""`--observe langextract` must install the bridge on the context emitter."""
413
import praisonai.cli.app as cli_app
0 commit comments