Skip to content

Commit ec52897

Browse files
Update openhands/agenthub/codeact_agent/tools/str_replace_editor.py
Co-authored-by: Ryan H. Tran <[email protected]>
1 parent 645e0ed commit ec52897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/agenthub/codeact_agent/tools/str_replace_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
_DETAILED_STR_REPLACE_EDITOR_DESCRIPTION = """Custom editing tool for viewing, creating and editing files in plain-text format
66
* State is persistent across command calls and discussions with the user
77
* If `path` is a text file, `view` displays the file content in `cat -n`. If `path` is a directory, `view` lists non-hidden files and directories up to 2 levels deep
8-
* The following binary file extensions can be viewed in Markdown format: [".xlsx", ".pptx", ".wav", ".mp3", ".m4a", ".flac", ".pdf", ".docx"], and all other types of text files. IT DOES NOT HANDLE IMAGES.
8+
* The following binary file extensions can be viewed in Markdown format: [".xlsx", ".pptx", ".wav", ".mp3", ".m4a", ".flac", ".pdf", ".docx"]. IT DOES NOT HANDLE IMAGES.
99
* The `create` command cannot be used if the specified `path` already exists as a file
1010
* If a `command` generates a long output, it will be truncated and marked with `<response clipped>`
1111
* The `undo_edit` command will revert the last edit made to the file at `path`

0 commit comments

Comments
 (0)