Commit 14c88faa authored by John Wang's avatar John Wang

feat: add web reader cursor limit

parent 5e4f8510
......@@ -45,7 +45,8 @@ class WebReaderToolInput(BaseModel):
default=0,
description="Start reading from this character."
"Use when the first response was truncated"
"and you want to continue reading the page.",
"and you want to continue reading the page."
"The value cannot exceed 24000.",
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment