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 5175330 commit d72f58eCopy full SHA for d72f58e
src/backend/v4/orchestration/orchestration_manager.py
@@ -22,9 +22,7 @@
22
from common.models.messages_af import TeamConfiguration
23
24
from common.database.database_base import DatabaseBase
25
-from common.utils.utils_agents import (
26
- get_database_team_agent_id,
27
-)
+
28
from v4.common.services.team_service import TeamService
29
from v4.callbacks.response_handlers import (
30
agent_response_callback,
@@ -83,7 +81,7 @@ async def init_orchestration(
83
81
chat_client = AzureAIAgentClient(
84
82
project_endpoint=config.AZURE_AI_PROJECT_ENDPOINT,
85
model_deployment_name=team_config.deployment_name,
86
- # agent_id=agent_id,
+ # agent_id=agent_id,
87
agent_name=agent_name,
88
async_credential=credential,
89
)
0 commit comments