Skip to content

Commit db33c95

Browse files
committed
Update README.md
1 parent 79a6913 commit db33c95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ If you need to end a plugin, you can just type
220220
| `/airun` | Creates a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
221221
| `/math` | Solves a math problem in natural language |
222222
| `/search` | Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
223-
| `/shortcut(shortcut name)` | Run a shortcut from the Shortcuts.app, and use the following message as the input. If the message is empty, it will use the previous message as input. The output of the shortcut will be printed as a reply from the bot |
223+
| `/shortcut(shortcut name)` | Run a shortcut from the Shortcuts.app, and use the following message as the input. If the message is empty, it will use the previous message as input. The output of the shortcut will be printed as a reply from the bot. |
224+
| `/shortcutInput(shortcut name)` | Run a shortcut from the Shortcuts.app, and use the following message as the input. If the message is empty, it will use the previous message as input. The output of the shortcut will be send to the bot as a user message. |
224225

225226
### Prompt to Code
226227

0 commit comments

Comments
 (0)