Skip to content

Commit 897fe60

Browse files
committed
IBX-9621: Document AI / Connect integration
1 parent 055c05b commit 897fe60

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed
-31.4 KB
Binary file not shown.
24.6 KB
Loading
-32 KB
Loading

docs/ai_actions/work_with_ai_actions.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,37 +101,39 @@ For a list of available settings, see [Edit existing AI actions](#edit-existing-
101101

102102
1. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
103103

104-
## Create AI actions that use [[= product_name_connect =]] scenarios
104+
## Create AI actions that use [[= product_name_connect =]]
105105

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.
108108

109109
!!! note "[[= product_name_connect =]] configuration required"
110110

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 =]].
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 =]].
112112
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).
113113

114114
1\. Navigate to the Admin Panel and select **AI actions**.
115115

116116
2\. In the **AI actions** list, click **Create**.
117117

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**.
119119

120-
![[[= product_name_connect =]] handler](img/ai_action_connect_handler.png)
120+
![[[= product_name_connect =]] handler](img/ai_action_connect_handler_selection.png)
121121

122122
4\. In the **Global properties** area, set the required properties.
123123

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.
126126

127127
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.
128128

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.
130130
You must then fine-tune its settings in [[= product_name_connect =]].
131131

132132
![Ibexa Connect scenario selection](img/ai_action_settings_connect.png)
133133

134-
If you have the right permissions, you can click **Go to Connect** and review all scenarios that exist in [[= product_name_connect =]].
134+
!!! note "Link to [[= product_name_connect =]]"
135+
136+
Click **Go to Connect** to review all scenarios that exist in [[= product_name_connect =]].
135137

136138
7\. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
137139

0 commit comments

Comments
 (0)