From a010953880e97807c2282e4fb3d359325d62fad2 Mon Sep 17 00:00:00 2001 From: Henry Li Date: Wed, 28 Jan 2026 14:42:13 +0800 Subject: [PATCH] feat: update notes --- backend/src/tools/builtins/present_file_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/tools/builtins/present_file_tool.py b/backend/src/tools/builtins/present_file_tool.py index 1ae1d0d..a388bd8 100644 --- a/backend/src/tools/builtins/present_file_tool.py +++ b/backend/src/tools/builtins/present_file_tool.py @@ -28,7 +28,7 @@ def present_file_tool( Notes: - You should call this tool after creating files and moving them to the `/mnt/user-data/outputs` directory. - - Use non-parallel tool calling to present files in a single step. + - IMPORTANT: Do NOT call this tool in parallel with other tools. Call it separately. Args: filepaths: List of absolute file paths to present to the user. **Only** files in `/mnt/user-data/outputs` can be presented.