Update multi_agent.py
Browse files- multi_agent.py +1 -2
multi_agent.py
CHANGED
|
@@ -245,8 +245,7 @@ def run_multi_agent(moves_num):
|
|
| 245 |
result = graph.invoke({
|
| 246 |
"messages": [
|
| 247 |
HumanMessage(content="Let's play chess, player_white starts.")
|
| 248 |
-
]
|
| 249 |
-
config: config
|
| 250 |
}, config=config)
|
| 251 |
except Exception as e:
|
| 252 |
print(f"An error occurred: {e}")
|
|
|
|
| 245 |
result = graph.invoke({
|
| 246 |
"messages": [
|
| 247 |
HumanMessage(content="Let's play chess, player_white starts.")
|
| 248 |
+
]
|
|
|
|
| 249 |
}, config=config)
|
| 250 |
except Exception as e:
|
| 251 |
print(f"An error occurred: {e}")
|