Skip to content

Commit

Permalink
precomit
Browse files Browse the repository at this point in the history
  • Loading branch information
garyzhang99 committed Apr 18, 2024
1 parent 895820d commit 88d0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/service/execute_code/exec_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def execute_shell_command(command: str) -> ServiceResponse:
Note:
Use any bash/shell commands you want (e.g. find, grep, cat, ls),
but note that :
1. interactive session commands (e.g. python, vim) or commands that
1. interactive session commands (e.g. python, vim) or commands that
change current state (e.g. cd that change the current directory)
are NOT supported yet, so please do not invoke them.
2. be VERY CAREFUL when using commands that will
Expand Down

0 comments on commit 88d0cd0

Please sign in to comment.