Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -9,7 +9,7 @@ def run_multi_agent(llm, task):
|
|
9 |
"instructions to writer to refine the blog post.",
|
10 |
code_execution_config=False,
|
11 |
llm_config=llm_config,
|
12 |
-
human_input_mode="
|
13 |
)
|
14 |
|
15 |
planner = autogen.ConversableAgent(
|
|
|
9 |
"instructions to writer to refine the blog post.",
|
10 |
code_execution_config=False,
|
11 |
llm_config=llm_config,
|
12 |
+
human_input_mode="NEVER",
|
13 |
)
|
14 |
|
15 |
planner = autogen.ConversableAgent(
|