Sandiago21 commited on
Commit
cfc8f36
·
verified ·
1 Parent(s): 680ab2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -883,7 +883,7 @@ def tool_executor(state: AgentState):
883
 
884
  counter += 1
885
 
886
- webpage_information_complete = f"""answer: {texts[index]}"""
887
  state["best_query_webpage_information_similarity_score"] = 1.0
888
 
889
  else:
 
883
 
884
  counter += 1
885
 
886
+ webpage_information_complete = f"""answer: {texts[index + 1]}"""
887
  state["best_query_webpage_information_similarity_score"] = 1.0
888
 
889
  else: