File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -508,20 +508,20 @@ def _build_converted_text_notice(
508508 return (
509509 "Converted text was saved to "
510510 f"`{ converted_text_path } `. The requested output is still too large to "
511- "return directly. Read that text file with a narrower `offset`/`limit` window."
511+ "return directly. Read or grep that file with a narrower window."
512512 )
513513
514514 if selection_returned :
515515 return (
516516 "Full converted text is also available at "
517- f"`{ converted_text_path } `. Use that file with a narrow `offset`/`limit` "
517+ f"`{ converted_text_path } `. Read or grep that file with a narrow "
518518 "window for additional reads."
519519 )
520520
521521 return (
522522 "Converted text was saved to "
523523 f"`{ converted_text_path } ` because the parsed document is too large to "
524- "return directly. Read that text file with a narrow `offset`/`limit` window."
524+ "return directly. Read or grep that file with a narrow window."
525525 )
526526
527527
You can’t perform that action at this time.
0 commit comments