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.
2 parents 08eb37f + 88c66e0 commit 222a45dCopy full SHA for 222a45d
src/tests/agents/interactive_test_harness/reasoning_agent_interactive.py
@@ -6,7 +6,8 @@
6
from pathlib import Path
7
8
# Add the backend path to sys.path so we can import v3 modules
9
-backend_path = Path(__file__).parent.parent.parent / "backend"
+
10
+backend_path = Path(__file__).parent.parent.parent.parent / "backend"
11
sys.path.insert(0, str(backend_path))
12
13
from v3.magentic_agents.models.agent_models import MCPConfig, SearchConfig
0 commit comments