bstraehle commited on
Commit
5a1290f
·
verified ·
1 Parent(s): 67301b7

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. 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}")