Skip to content

Commit 351fe83

Browse files
committed
Tyypo fix
1 parent 9eaf572 commit 351fe83

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/ai_actions/ai_actions_guide.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The possibilities are endless and you're not limited to a specific AI service, a
2626
The AI Actions feature is an opt-in capability available as an LTS Update to the v4.6.x version of [[= product_name =]], regardless of its edition.
2727
To begin using AI Actions, you must first install the required packages and perform initial configuration.
2828

29-
!!! "API Key
29+
!!! note "API Key"
3030

3131
The Open AI connector requires that you first [get an API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key).
3232

@@ -46,7 +46,7 @@ AI Actions can also be extended beyond the default setup by creating custom conn
4646

4747
### Core concepts
4848

49-
#### Actions
49+
#### Action
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.
@@ -67,7 +67,7 @@ Action configurations are managed in the [Admin Panel](admin_panel.md), and allo
6767
Such tuning might involve setting specific parameters used the AI service, setting an expense limit, or configuring how the output should be handled.
6868
By making such adjustments, administrators can ensure that the actions are tailored to meet their requirements.
6969

70-
#### Handlers
70+
#### Handler
7171

7272
Once an action is defined and configured, it must be executed, and this is where handlers come into play.
7373
Handlers are pieces of PHP code that are responsible for resolving an action.
@@ -92,16 +92,18 @@ Procedures are straightforward and intuitive, ensuring that users can quickly ac
9292

9393
AI Actions add-on exposes a REST API interface that allows for programmatic execution of actions.
9494
With the API, developers can automate tasks and execute actions on batches of content by integrating them into workflows.
95-
By issuing commands through the API, developers can trigger actions based on external events:
96-
...
95+
<!---By issuing commands through the API, developers can trigger actions based on external events:
96+
...--->
9797

9898
## Capabilities
9999

100100
### Management
101101

102102
The AI Actions allows you to control the lifecycle of action configurations.
103103
Users with the appropriate permissions, governed by role-based [policies](policies.md#ai-actions), can create, edit, execute, and delete action configurations.
104-
Additionally, configurations can be enabled or disabled depending on the organization's needs.
104+
Additionally, configurations can be enabled or disabled depending on the organization's needs.
105+
106+
[Configurations management screen](ai_actions_list.md)
105107

106108
An intuitive AI Actions interface within the Admin Panel displays a list of all available action configurations.
107109
Here, you can search for specific configurations and filter them by type or status.

0 commit comments

Comments
 (0)