Skip to content

Commit 0da4ab4

Browse files
committed
IBX-10868: Describe Anthropic connector in user doc
1 parent a055555 commit 0da4ab4

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/ai_actions/work_with_ai_actions.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ description: Create new AI actions or modify existing ones to work faster and in
55
# Work with AI actions
66

77
AI actions define what results are available to editors in AI-enabled areas, such as, for example, the AI Assistant.
8-
If AI Actions have been configured in your application, and you have the required [permissions]([[= developer_doc =]]/permissions/policies/#ai-actions), including `Action configuration/Edit` and `Action configuration/Create`, you can reconfigure the existing AI actions, and create new ones.
8+
If AI Actions, including at least one service connector, have been configured in your application, and you have the required [permissions]([[= developer_doc =]]/permissions/policies/#ai-actions), including `Action configuration/Edit` and `Action configuration/Create`, you can reconfigure the existing AI actions, and create new ones.
99

10+
!!! note "Variations in AI action settings"
11+
12+
The following description outlines the UI options displayed when either the default OpenAI connector or the Anthropic Claude [LTS update]([[= developer_doc =]]/ibexa_products/editions/#lts-updates) is installed and configured.
13+
14+
Response generation settings may vary depending on the AI service, model implementation, and action type, so the settings shown below might differ from those available in your installation.
15+
1016
## View AI actions
1117

1218
With the right permissions, you can view all AI actions configured in the application by navigating to the Admin Panel and selecting **AI actions**.
@@ -19,7 +25,7 @@ Out of the box, there are two categories of AI actions present in the system:
1925
- **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"
2026
- **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"
2127

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.
28+
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 already a number of existing AI actions that you can modify and clone.
2329

2430
!!! note "Custom action types"
2531

@@ -52,22 +58,19 @@ You can modify the existing AI actions.
5258

5359
The default request can be seen at the top of the settings area, on a light blue background.
5460

55-
- **Max tokens** - sets a maximum number of "[words](https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them)" or tokens that can be used in a single request by both the request and the response
61+
- **Model** - decides what AI service model is used to generate the response
62+
63+
- **Max tokens** - sets a maximum number of "[words](https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them)" or [tokens](https://docs.claude.com/en/docs/about-claude/glossary#tokens) that can be used in a single request by both the request and the response
5664

5765
- **Length of prompt output** - sets a maximum number of words of the generated result
5866

5967
- **Temperature** - controls the randomness of the response.
6068
Takes a value between 0 and 2, but the usual range is between 0 and 1.
6169
The output is more random at higher temperatures.
62-
For more information, see the parameter description in [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature)
70+
For more information, see the parameter's description in [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature) or [Anthropic's glossary](https://docs.claude.com/en/docs/about-claude/glossary#temperature).
6371

6472
![AI action options](img/ai_action_options.png)
6573

66-
!!! note "Action settings availability"
67-
68-
Action settings differ depending on the AI service used, model implementation and actual action type.
69-
Therefore the settings visible in your installation may vary from the ones presented above.
70-
7174
5\. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
7275

7376
## Create new AI actions

0 commit comments

Comments
 (0)