mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
improve read-many-files output (#596)
This commit is contained in:
parent
dc94a03f39
commit
4b4ba85313
2 changed files with 6 additions and 4 deletions
|
|
@ -293,9 +293,7 @@ describe('ReadManyFilesTool', () => {
|
|||
(c) => typeof c === 'string' && c.includes('--- notes.txt ---'),
|
||||
),
|
||||
).toBe(true);
|
||||
expect(result.returnDisplay).toContain(
|
||||
'**Skipped 1 item(s) (up to 5 shown):**',
|
||||
);
|
||||
expect(result.returnDisplay).toContain('**Skipped 1 item(s):**');
|
||||
expect(result.returnDisplay).toContain(
|
||||
'- `document.pdf` (Reason: asset file (image/pdf) was not explicitly requested by name or extension)',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue