Skip to content

Commit 0ad6f2a

Browse files
committed
Docs: align Quick Actions table with Review page terminology
Rename the first column to Editor, shorten the column intro bullets, and clarify system actions versus Chat without repeating the REST path.
1 parent 2939892 commit 0ad6f2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/ROOT/pages/tinymceai-actions-plugin.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ Custom actions can be added to the list, and default actions can be removed or r
113113
[[quick-actions-reference-table]]
114114
The following table lists built-in Quick Actions.
115115

116-
- The **Editor command** column is the menu label.
117-
- The **Menu or control ID** column lists values used in `tinymceai_quickactions_menu`, `tinymceai_quickactions_chat_prompts`, `tinymceai_quickactions_change_tone_menu`, and the toolbar when adding individual controls (see xref:tinymceai-actions-plugin.adoc#configuring-quick-actions-menu[Configuring Quick Actions menu]).
118-
- The **System `actionName` or quick-action prompt id** column is the service identifier: for preview actions it is the `actionName` path segment in `+/v1/actions/system/{actionName}/calls+` (see xref:tinymceai-actions-plugin.adoc#actions-api[Actions API]); for Chat commands it is the built-in quick-action prompt id (`explain`, `summarize`, `highlight-key-points`) used when opening xref:tinymceai-chat.adoc[Chat] with a pre-filled prompt—not a system `actionName` and not sent on the system actions path.
116+
* The **Editor** column is the label in the Quick Actions menu when that action is available in the editor.
117+
* The **Menu or control ID** column lists values for `tinymceai_quickactions_menu`, `tinymceai_quickactions_chat_prompts`, `tinymceai_quickactions_change_tone_menu`, and the toolbar when adding individual controls (see xref:tinymceai-actions-plugin.adoc#configuring-quick-actions-menu[Configuring Quick Actions menu]).
118+
* The **System `actionName` or quick-action prompt id** column is the service identifier. Preview actions use a system `actionName` with the xref:tinymceai-actions-plugin.adoc#actions-api[Actions API]. Chat actions use a quick-action prompt id and xref:tinymceai-chat.adoc[Chat] with a pre-filled prompt, not the system actions API.
119119

120120
[cols="1,3,2,3,1,1",options="header"]
121121
|===
122-
|Editor command |Menu or control ID |System `actionName` |Description |Editor UI |API
122+
|Editor |Menu or control ID |System `actionName` |Description |Editor UI |API
123123

124124
|**Explain** |`ai-chat-explain` |`explain` |Opens Chat with the selected text and a pre-filled prompt. Uses the Conversations API, not the system actions path. |✓ |—
125125

0 commit comments

Comments
 (0)