-
remove read long content action (#4340)
发布于
2026-03-12 20:39:02 +00:00 Summary by cubic
Removed the
read_long_contentaction and its model to simplify the API
and avoid overlap. Updated the system prompt to usesearch_pagefor
text,find_elementsfor structure/attributes, and markfind_elements
as safe to chain.-
Refactors
- Deleted
read_long_contentaction andReadContentActionmodel.
- Deleted
-
Updated truncation note in file reads to reference
extractwith
start_from_char. -
Tweaked
system_prompt.md: prefersearch_pagefor text; use
find_elementsfor structure/attributes; addfind_elementsto “Safe
to chain”. -
Migration
-
Replace
read_long_contentwithextract, settingstart_from_char
to continue reading.- For short content, use
read_fileor page extraction.
- For short content, use
Written for commit
a4cd7428f1.
Summary will update on new commits.下载附件
-