mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-01 16:51:53 +03:00
feat: add demand-driven document retrieval (#5525)
This commit is contained in:
@@ -223,6 +223,8 @@ class TestBundledToolContract:
|
||||
assert "Use the narrowest structured tool" in content
|
||||
assert "Do not use `exec` as a universal workaround" in content
|
||||
assert "## File and Coding Workflows" in content
|
||||
assert "`grep` returns matches with five context lines by default" in content
|
||||
assert 'defaults to `output_mode="files_with_matches"`' not in content
|
||||
assert "apply_patch" in content
|
||||
assert "acceptance criteria into concrete checks" in content
|
||||
assert "visual evidence reaches the model" in content
|
||||
|
||||
Reference in New Issue
Block a user