Sandiago21 commited on
Commit
1e554f4
·
verified ·
1 Parent(s): 1816977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -866,7 +866,7 @@ def tool_executor(state: AgentState):
866
  "[Music]",
867
  "isn't that hot",
868
  "extremely",]
869
- webpage_information_complete = " \n ".join(texts)
870
  else:
871
  webpage_results = visit_webpage_wiki(action.args["url"])
872
  webpage_result = " \n ".join(webpage_results)
 
866
  "[Music]",
867
  "isn't that hot",
868
  "extremely",]
869
+ webpage_information_complete = "? \n ".join(texts)
870
  else:
871
  webpage_results = visit_webpage_wiki(action.args["url"])
872
  webpage_result = " \n ".join(webpage_results)