Skip to content

Commit 662e80e

Browse files
add change 5
1 parent 2422910 commit 662e80e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/tests/agents/test_foundry_integration.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@
33
Tests Bing search, RAG, MCP tools, and Code Interpreter capabilities.
44
"""
55
# pylint: disable=E0401, E0611, C0413
6-
7-
import sys
8-
from pathlib import Path
9-
106
import pytest
117

12-
# Add the backend path to sys.path so we can import v3 modules
13-
backend_path = Path(__file__).parent.parent.parent / "backend"
14-
sys.path.insert(0, str(backend_path))
15-
168
# Now import from the v3 package
179
from src.backend.v3.magentic_agents.foundry_agent import FoundryAgentTemplate
1810
from src.backend.v3.magentic_agents.models.agent_models import (BingConfig, MCPConfig,

0 commit comments

Comments
 (0)