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 bf89d60 commit 221b044Copy full SHA for 221b044
tests/unit/app/endpoints/test_streaming_query.py
@@ -1745,9 +1745,6 @@ async def test_retrieve_response_no_tools_false_preserves_functionality(
1745
}
1746
assert mock_agent.extra_headers == expected_extra_headers
1747
1748
- # Verify that create_turn was called with RAG and MCP toolgroups
1749
- from app.endpoints.query import get_rag_toolgroups
1750
-
1751
expected_toolgroups = get_rag_toolgroups(["VectorDB-1"]) + ["filesystem-server"]
1752
mock_agent.create_turn.assert_called_once_with(
1753
messages=[UserMessage(content="What is OpenStack?", role="user")],
0 commit comments