removed the grammar mistake in 03_multi_agent.ipynb notebook DEFAULT_ORCHESTRATOR_PROMPT

This commit is contained in:
gideon
2024-11-10 18:23:55 +05:30
parent 12a8fd02e3
commit c4b108b70e
@@ -216,10 +216,10 @@
"\n",
"\n",
"DEFAULT_ORCHESTRATOR_PROMPT = (\n",
" \"You are on orchestration agent.\\n\"\n",
" \"You are the orchestration agent.\\n\"\n",
" \"Your job is to decide which agent to run based on the current state of the user and what they've asked to do.\\n\"\n",
" \"You do not need to figure out dependencies between agents; the agents will handle that themselves.\\n\"\n",
" \"Here the the agents you can choose from:\\n{agent_context_str}\\n\\n\"\n",
" \"Here are the agents you can choose from:\\n{agent_context_str}\\n\\n\"\n",
" \"Here is the current user state:\\n{user_state_str}\\n\\n\"\n",
" \"Please assist the user and transfer them as needed.\"\n",
")\n",