Skip to content

Commit 23740ad

Browse files
committed
Update reasoning_agent.py
1 parent 0857d8f commit 23740ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/v4/magentic_agents/reasoning_agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ def __init__(
6969
team_config=team_config,
7070
project_endpoint=project_endpoint,
7171
memory_store=memory_store,
72+
agent_name=agent_name,
73+
agent_description=agent_description,
74+
agent_instructions=agent_instructions,
7275
)
7376
self.model_deployment_name = model_deployment_name
7477

0 commit comments

Comments
 (0)