File tree Expand file tree Collapse file tree
Core/Sources/ChatGPTChatTab/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ struct Instruction: View {
1616 | Plugin Name | Description |
1717 | --- | --- |
1818 | `/run` | Runs a command under the project root |
19- | `/math` | Solves a math problem in natural language |
20- | `/search` | Searches on Bing and summarizes the results |
2119 | `/shortcut(name)` | Runs a shortcut from the Shortcuts.app, with the previous message as input |
22- | `/shortcutInput(name)` | Runs a shortcut and uses its result as a new message |
2320
2421 To use plugins, you can prefix a message with `/pluginName`.
2522 """
Original file line number Diff line number Diff line change @@ -280,11 +280,8 @@ If you need to end a plugin, you can just type
280280| :--------------------: | ----------------------------------------------------------------------------------------------------------------------------------------- |
281281| ` /run ` | Runs the command under the project root. |
282282| | Environment variable: <br >- ` PROJECT_ROOT ` to get the project root. <br >- ` FILE_PATH ` to get the editing file path. |
283- | ` /search ` | Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
284283| ` /shortcut(name) ` | Run a shortcut from the Shortcuts.app, and use the following message as the input. |
285284| | 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. |
286- | ` /shortcutInput(name) ` | Run a shortcut from the Shortcuts.app, and use the following message as the input. |
287- | | 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. |
288285
289286### Prompt to Code
290287
You can’t perform that action at this time.
0 commit comments