Skip to content

Commit 6175328

Browse files
authored
Fixes to AI actions (#326)
1 parent eac46d7 commit 6175328

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ai_actions/work_with_ai_actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ With the right permissions, you can view all AI actions configured in the applic
1616
You can narrow down the list of AI actions by filtering it by the status, either Enabled or Disabled, or by the type.
1717
Out of the box, there are two categories of AI Actions present in the system:
1818

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"
2121

2222
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.
2323

2424
!!! note "Custom action types"
2525

2626
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).
2828

2929
### View AI action details
3030

@@ -87,7 +87,7 @@ You can create AI actions that perform actions of different types, using differe
8787
1. In the slide-out pane, make initial choices in the following fields, and click **Create**:
8888

8989
- **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**
9191
- **Model** - sets the AI model used to process the requests resulting from this AI action
9292

9393
1. In the **Global properties** section, set the name and identifier of the AI action.

0 commit comments

Comments
 (0)