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
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,37 +101,39 @@ For a list of available settings, see [Edit existing AI actions](#edit-existing-
101
101
102
102
1. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
103
103
104
-
## Create AI actions that use [[= product_name_connect =]] scenarios
104
+
## Create AI actions that use [[= product_name_connect =]]
105
105
106
-
If your organization uses [[= product_name_connect =]], you can build multi-step scenarios that define the logic needed to process your input data, for example, by combining the results of multiple AI services.
107
-
One such example could be sending out text for translation by one service, and then to another to make sure that the resulting translation is written in selected tone.
106
+
If your organization uses [[= product_name_connect =]], you can build multi-step scenarios that define the logic needed to process your input data, for example, by merging the output of multiple AI services.
107
+
One such example could be sending out a text for translation by one service, and then to another to make sure that the resulting translation is written in the right tone.
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 =]].
111
+
To use AI actions that interface with [[= product_name_connect =]], you must first [configure and initiate the connection]([[= developer_doc =]]/ai_actions/install_ai_actions/#configure-access-to-ibexa-connect), and [define templates](https://doc.ibexa.co/projects/connect/en/latest/scenarios/scenario_templates/#creating-templates) and/or [scenarios](https://doc.ibexa.co/projects/connect/en/latest/scenarios/creating_a_scenario/) 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
114
1\. Navigate to the Admin Panel and select **AI actions**.
115
115
116
116
2\. In the **AI actions** list, click **Create**.
117
117
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**.
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 model that uses an [[= product_name_connect =]] scenario to process the request, for example `connect-image-to-text`, and then click **Create**.
4\. In the **Global properties** area, set the required properties.
123
123
124
-
5\. In the **Settings** area, select a scenario from a drop-down list.
125
-
The list contains only those [[= product_name_connect =]]scenarios, which are compatible with the selected action type.
124
+
5\. In the **Settings** area, select an existing scenario from a drop-down list.
125
+
The list contains only those scenarios, which are compatible with the selected action type and are associated with your [[= product_name_connect =]] team.
126
126
127
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
-
In such case, when you save the new AI action, a new scenario, its webhook and data structure are automatically created.
129
+
If you do so, when you save the new AI action, a new scenario is automatically created.
130
130
You must then fine-tune its settings in [[= product_name_connect =]].
0 commit comments