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 7560856 commit 69a5fbdCopy full SHA for 69a5fbd
tests/test_thread_aware_grounding.py
@@ -55,6 +55,7 @@ async def create_test_conversation(self, session_id: str) -> WorkingMemory:
55
await set_working_memory(working_memory)
56
return working_memory
57
58
+ @pytest.mark.skip(reason="Test is too flaky")
59
@pytest.mark.requires_api_keys
60
async def test_thread_aware_pronoun_resolution(self):
61
"""Test that thread-aware extraction properly resolves pronouns across messages."""
0 commit comments