You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lagent/actions/web_visitor.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ class WebVisitor(AsyncActionMixin, BaseAction):
70
70
2. **Key Extraction for Evidence**: Identify and extract the **most relevant information** from the content, you never miss any important information, output the **full original context** of the content as far as possible, it can be more than three paragraphs.
71
71
3. **Summary Output for Summary**: Organize into a concise paragraph with logical flow, prioritizing clarity and judge the contribution of the information to the goal.
72
72
73
-
**Final Output Format using JSON format has "rational", "evidence", "summary" feilds**
73
+
**Final Output Format using JSON format has "rational", "evidence", "summary" fields**
0 commit comments