mirror of
https://github.com/run-llama/multi-agent-concierge.git
synced 2026-06-30 21:07:58 -04:00
removed the grammar mistake in 03_multi_agent.ipynb notebook DEFAULT_ORCHESTRATOR_PROMPT
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user