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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,20 +111,20 @@ One such example could be sending out text for translation by one service, and t
111
111
To use AI actions that interface with [[= product_name_connect =]], you must first [configure and initiate the connection]([[= developer_doc =]]/ai_actions/initiate_connect_integration/), and [define scenarios](https://doc.ibexa.co/projects/connect/en/latest/scenarios/creating_a_scenario/) and/or templates in [[= product_name_connect =]].
112
112
If users from the team are supposed to modify scenario settings, you must [grant them the right roles and permissions](https://doc.ibexa.co/projects/connect/en/latest/access_management/teams/#managing-teams).
113
113
114
-
1. Navigate to the Admin Panel and select **AI actions**.
114
+
1\. Navigate to the Admin Panel and select **AI actions**.
115
115
116
-
1. In the **AI actions** list, click **Create**.
116
+
2\. In the **AI actions** list, click **Create**.
117
117
118
-
1. In the slide-out pane, make choices like in [Create new AI actions](#create-new-ai-actions) but in the **Action handler** field, select the handler that uses an [[= product_name_connect =]] scenario to process the request, for example `connect-image-to-text`, and then click **Create**.
118
+
3\. In the slide-out pane, make choices like in [Create new AI actions](#create-new-ai-actions) but in the **Action handler** field, select the handler that uses an [[= product_name_connect =]] scenario to process the request, for example `connect-image-to-text`, and then click **Create**.
1. In the **Global properties** area, set the properties like in [Create new AI actions](#create-new-ai-actions).
122
+
4\. In the **Global properties** area, set the required properties.
123
123
124
-
1. In the **Settings** area, select a scenario from a drop-down list.
124
+
5\. In the **Settings** area, select a scenario from a drop-down list.
125
125
The list contains only those [[= product_name_connect =]] scenarios, which are compatible with the selected action type.
126
126
127
-
1. Optionally, if there are no scenarios for the selected action type, or you want to create a custom scenario, click **Create scenario based on template** and select a template from a drop-down list.
127
+
6\. Optionally, if there are no scenarios for the selected action type, or you want to create a custom scenario, click **Create scenario based on template** and select a template from a drop-down list.
128
128
129
129
In such case, when you save the new AI action, a new scenario, its webhook and data structure are automatically created.
130
130
You must then fine-tune its settings in [[= product_name_connect =]].
@@ -133,9 +133,9 @@ You must then fine-tune its settings in [[= product_name_connect =]].
133
133
134
134
If you have the right permissions, you can click **Go to Connect** and review all scenarios that exist in [[= product_name_connect =]].
135
135
136
-
4\. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
136
+
7\. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
137
137
138
-
After you save the AI Action, you can click its name in the AI action's list and see all the vital information, such as Scenario ID, webhook URL, or scenario label.
138
+
After you save the AI action, you can click its name in the AI action's list and see all the vital information, such as Scenario ID, webhook URL, or scenario label.
0 commit comments