Skip to content

Commit

Permalink
refactor: add the may_ prefix to reflect updates in AIChat
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed May 18, 2024
1 parent 2bcd04e commit 0e668ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/execute_command → bin/may_execute_command
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

# @describe Executes a shell command. This tool does not return data to LLM.
# @describe Executes a shell command.
# @option --shell-command~ "Shell command to execute, such as `ls -la`"

main() {
Expand Down

0 comments on commit 0e668ab

Please sign in to comment.