Skip to content

Commit d72f58e

Browse files
author
Harmanpreet Kaur
committed
refactor: remove unused import and clean up commented code in orchestration_manager
1 parent 5175330 commit d72f58e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/backend/v4/orchestration/orchestration_manager.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
from common.models.messages_af import TeamConfiguration
2323

2424
from common.database.database_base import DatabaseBase
25-
from common.utils.utils_agents import (
26-
get_database_team_agent_id,
27-
)
25+
2826
from v4.common.services.team_service import TeamService
2927
from v4.callbacks.response_handlers import (
3028
agent_response_callback,
@@ -83,7 +81,7 @@ async def init_orchestration(
8381
chat_client = AzureAIAgentClient(
8482
project_endpoint=config.AZURE_AI_PROJECT_ENDPOINT,
8583
model_deployment_name=team_config.deployment_name,
86-
# agent_id=agent_id,
84+
# agent_id=agent_id,
8785
agent_name=agent_name,
8886
async_credential=credential,
8987
)

0 commit comments

Comments
 (0)