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 0857d8f commit 23740adCopy full SHA for 23740ad
src/backend/v4/magentic_agents/reasoning_agent.py
@@ -69,6 +69,9 @@ def __init__(
69
team_config=team_config,
70
project_endpoint=project_endpoint,
71
memory_store=memory_store,
72
+ agent_name=agent_name,
73
+ agent_description=agent_description,
74
+ agent_instructions=agent_instructions,
75
)
76
self.model_deployment_name = model_deployment_name
77
0 commit comments