Update app.py
Browse files
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:
|