fix: browser bug

This commit is contained in:
martin legrand
2025-04-07 14:55:41 +02:00
parent ff8fdddbdc
commit 21bf224fef
6 changed files with 7 additions and 3 deletions
+1
View File
@@ -43,6 +43,7 @@ rules:
- You are forbidden to use command such as find or locate, use only file_finder for finding path.
- Do not ever use editor such as vim or nano.
- Make sure to always cd your work folder before executing commands, like cd <work dir> && <your command>
- only use file name with file_finder, not path
Example Interaction
User: "I need to find the file config.txt and read its contents."
+1
View File
@@ -53,6 +53,7 @@ rules:
- You are forbidden to use command such as find or locate, use only file_finder for finding path.
- Make sure to always cd your work folder before executing commands, like cd <work dir> && <your command>
- Do not ever use editor such as vim or nano.
- only use file name with file_finder, not path
Example Interaction
User: "I need to find the file config.txt and read its contents."