You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai_actions/work_with_ai_actions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ With the right permissions, you can view all AI actions configured in the applic
16
16
You can narrow down the list of AI actions by filtering it by the status, either Enabled or Disabled, or by the type.
17
17
Out of the box, there are two categories of AI Actions present in the system:
18
18
19
-
-**Text to text** - used by default in [online editor](create_edit_content_items.md#ai-assistant) for refining text, for example: "Rewrite text in formal tone"
20
-
-**Image to text** - used by default in the [image asset editing screen](upload_images.md#ai) to generate alternative text, for example: "Generate short alternative description of an image"
19
+
-**Refine text** - used by default in [online editor](create_edit_content_items.md#ai-assistant) for refining text, for example: "Rewrite text in formal tone"
20
+
-**Generate alternative text** - used by default in the [image asset editing screen](upload_images.md#ai) to generate alternative text, for example: "Generate short alternative description of an image"
21
21
22
22
It may happen that a set of sample AI actions has been [installed with the AI Actions package]([[= developer_doc =]]/ai_actions/install_ai_actions/#install-sample-ai-action-configurations-optional), and there is a number of existing AI actions that you can modify and clone.
23
23
24
24
!!! note "Custom action types"
25
25
26
26
In your specific case, the types available can be different, and your organization's development team can create custom AI action types.
27
-
For more information, see [developer documentation]([[= developer_doc =]]/ai_actions/).
27
+
For more information, see [developer documentation]([[= developer_doc =]]/ai_actions/ai_actions).
28
28
29
29
### View AI action details
30
30
@@ -87,7 +87,7 @@ You can create AI actions that perform actions of different types, using differe
87
87
1. In the slide-out pane, make initial choices in the following fields, and click **Create**:
88
88
89
89
-**Language** - sets the base language for the AI action
90
-
-**Action type** - sets an action type to serve as a template for the AI action, for example, **Refine action**
90
+
-**Action type** - sets an action type to serve as a template for the AI action, for example, **Refine text**
91
91
-**Model** - sets the AI model used to process the requests resulting from this AI action
92
92
93
93
1. In the **Global properties** section, set the name and identifier of the AI action.
0 commit comments