bstraehle commited on
Commit
d2d6171
1 Parent(s): fcfee08

Update rag_langgraph.py

Browse files
Files changed (1) hide show
  1. rag_langgraph.py +1 -1
rag_langgraph.py CHANGED
@@ -131,4 +131,4 @@ def create_graph(topic, word_count):
131
  def run_multi_agent(topic, word_count):
132
  graph = create_graph(topic, word_count)
133
 
134
- return graph.invoke(new HumanMessage("Code hello world and print it to the terminal"));
 
131
  def run_multi_agent(topic, word_count):
132
  graph = create_graph(topic, word_count)
133
 
134
+ return graph.invoke(new HumanMessage("Code hello world and print it to the terminal"))