mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-30 20:39:43 +02:00
fix(filesystem): clarify agent evidence recovery
This commit is contained in:
parent
c13cb203cd
commit
0243732e22
5 changed files with 26 additions and 7 deletions
|
|
@ -517,7 +517,7 @@ def test_cat_structure_page_node_and_text_outputs_are_hard_limited():
|
|||
"0006 0007 0008 0009 0010 0011"
|
||||
)
|
||||
|
||||
with pytest.raises(PIFSCommandError, match="cat accepts one file target"):
|
||||
with pytest.raises(PIFSCommandError, match="quote the whole target"):
|
||||
executor.execute("cat dsid_limited_pdf 0001")
|
||||
|
||||
text = json.loads(executor.execute("cat dsid_long_text --all"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue