Skip to content

Commit 9abac00

Browse files
committed
Remove unnecessary article stems
1 parent 351fe83 commit 9abac00

File tree

6 files changed

+44
-29
lines changed

6 files changed

+44
-29
lines changed

docs/ai_actions/ai_actions.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ Potentially, you can use AI for transforming text passages, generating illustrat
1010

1111
[[= cards([
1212
"ai_actions/ai_actions_guide",
13+
"ai_actions/configure_access_to_openai",
1314
"ai_actions/install_ai_actions",
1415
"ai_actions/extend_ai_actions"
1516
], columns=4) =]]
1617

17-
## Alt text generation
18-
19-
[[= cards([
20-
"ai_actions/alt_text/enable_alt_text_generation",
21-
"ai_actions/alt_text/configure_alt_text_generation",
22-
"ai_actions/alt_text/customize_alt_text_generation"
23-
], columns=4) =]]
24-
2518
## Explore AI Actions API
2619

2720
...

docs/ai_actions/ai_actions_guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ AI Actions can also be extended beyond the default setup by creating custom conn
5050

5151
Actions are tasks or functions that the AI is set to perform.
5252
Each Action is a combination of an action type and an action configuration.
53-
Action types define what kind of task the AI will perform, while the action configuration specifies how the task should be executed.
54-
This clear separation allows for a flexible system where actions can be easily created, managed, and customized.
53+
Action types define what kind of task the AI performs, while action configurations specify how the task should be executed.
54+
This clear separation allows for a flexible system where actions can be created, managed, and customized with minimal effort.
5555

5656
#### Action type
5757

5858
Action types are predefined by developers.
5959
Each action type defines the structure and nature of the task that the AI service performs.
6060
Action types could be designed to generate alt text for images, summarize a passage of text, or even translate content into another language.
61-
By defining action types, developers can create a wide range of functionalities that can be easily deployed within the application.
61+
By defining action types, developers can create a wide range of functionalities that can be deployed within the application.
6262

6363
#### Action configuration
6464

@@ -119,8 +119,8 @@ For example, if this is your enterprise's requirement, a developer could write a
119119

120120
## Use cases
121121

122-
Out of the box, the [[= product_name_base =]] AI Actions add-on comes with two action types that can help you roganization with the following tasks.
123-
Before you can start start using these features, some preliminary setup is required, which includes configuring access to an AI service.
122+
Out of the box, the [[= product_name_base =]] AI Actions add-on comes with two action types that can help your oganization with the following tasks.
123+
However, before you can start using these features, some preliminary setup is required, which includes configuring access to an AI service.
124124

125125
### Refining text
126126

docs/ai_actions/alt_text/configure_alt_text_generation.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/ai_actions/alt_text/customize_alt_text_generation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Add custom features to alternative text generation for images.
44

55
# Customize alternative text generation
66

7+
Once you've enabled alt text generation, you can fine-tune the output to match technical requirements of your application or your company's voice and style.
8+
You can modify the settings of individual action configurations by selecting the preferred language, tone, and temperature, along with other customizable settings to ensure the generated alt text meets your specific needs.
9+
10+
711
If you need more control over the alt text generation feature, you can customize, for example, by integrating a different AI service, and modifying the default behavior.
812

913
## Add custom glossaries
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
description: Configure alt text generation to match your needs.
3+
---
4+
5+
# Configure access to Open AI
6+
7+
With this feature you can enhance accessibility and streamline your content creation process by generating alternative text for images in `ezimage` and `ezimageasset` fields by using the image analysis AI.
8+
Before you can use the feature, you must enable automated alt text generation by setting up a connection with an external AI service.
9+
10+
## Get authentication parameters
11+
12+
First, either you or another [[= product_name_base =]] user responsible for managing the [[= product_name =]] instance must ...
13+
14+
## Ensure you account has credits
15+
16+
...
17+
18+
## Set up API key
19+
20+
When you receive the credentials, add them to your configuration.
21+
In the root folder of your project, edit the `<ADD FILE NAME>` file by adding the following lines with your customer ID and license key:
22+
23+
```
24+
...
25+
...
26+
```
27+
28+
!!! note "Configuring user credentials for different servces"
29+
30+
If your installation supports [multiple AI services](extend_ai_actions.md) that perform the same AI action, you must provide credentials for each of these services.
31+
Otherwise some of the AI Actions will remain inactive.
32+
33+
## ...

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,8 @@ nav:
322322
- AI Actions: ai_actions/ai_actions.md
323323
- AI Actions Guide: ai_actions/ai_actions_guide.md
324324
- Install AI Actions: ai_actions/install_ai_actions.md
325+
- Configure access to Open AI: ai_actions/configure_access_to_openai.md
325326
- Extend AI Actions: ai_actions/extend_ai_actions.md
326-
- Alt text generation:
327-
- Enable alt text generation: ai_actions/alt_text/enable_alt_text_generation.md
328-
- Configure alt text generation: ai_actions/alt_text/configure_alt_text_generation.md
329-
- Customize alt text generation: ai_actions/alt_text/customize_alt_text_generation.md
330327
- PIM (Product management):
331328
- PIM (Product management): pim/pim.md
332329
- PIM guide: pim/pim_guide.md

0 commit comments

Comments
 (0)