You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result: "The recursive listing for `list-files-tool-fixture` reached the nested structure and includes `nested/`, `deep/`, and `deep-nested-file.ts`.",
28
45
id: "call_list_files_recursive_002",
29
46
},
@@ -32,6 +49,7 @@ export function addListFilesResultFixtures(mock: InstanceType<typeof LLMock>) {
result: "The symlink fixture listing shows the original `source/` directory and its `source-file.txt`, alongside the symlinked entries in `list-files-symlink-fixture`.",
36
54
id: "call_list_files_symlink_002",
37
55
},
@@ -40,7 +58,8 @@ export function addListFilesResultFixtures(mock: InstanceType<typeof LLMock>) {
40
58
toolName: "list_files",
41
59
arguments: '{"path":".","recursive":false}',
42
60
toolCallId: "call_list_files_workspace_root_001",
43
-
result: "The workspace root listing includes top-level directories like `apps/` and `packages/`, plus files such as `README.md`.",
61
+
expected: ["list-files-tool-fixture/"],
62
+
result: "The workspace root currently contains the `list-files-tool-fixture/` and `list-files-symlink-fixture/` test directories.",
44
63
id: "call_list_files_workspace_root_002",
45
64
},
46
65
]
@@ -64,6 +83,9 @@ export function addListFilesResultFixtures(mock: InstanceType<typeof LLMock>) {
0 commit comments