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
## Create AI actions that use [[= product_name_connect =]]
107
+
### Create AI actions that control taxonomy suggestions
108
+
109
+
If the [Taxonomy suggestions]([[= developer_doc =]]/content_management/taxonomy/taxonomy#taxonomy-suggestions) feature is enabled in your system, before editors can use it to pick from product categories or tags suggested by an AI service, you must configure an AI action for the product types or content types of your choice.
110
+
111
+
1. Navigate to the Admin Panel and select **AI actions**.
112
+
113
+
1. In the **AI actions** list, click **Create**.
114
+
115
+
1. In the slide-out pane, make initial choices in the following fields, and click **Create**:
116
+
117
+
-**Language** - sets the base language for the AI action
118
+
-**Action type** - sets an action type to serve as a template for the AI action, for example, **Suggest taxonomy**
119
+
-**Action handler** - sets the AI model used to process the requests resulting from this AI action.
120
+
Pick `taxonomy-text-to-taxonomy`
121
+
122
+
1. Make settings in the **Global properties** section, as described above.
123
+
124
+
1. Make settings in the **Settings** area:
125
+
1. Select a group of content types or product types that you want to pick types from.
126
+
1. Select the content types or product types in which you want to allow editors to use taxonomy suggestions.
127
+
1. Select source fields that contain values to be sent to an AI service for processing.
128
+
1. Select target fields (of **Taxonomy Entry Assignemnt** type) for which taxonomy entry suggestions are provided.
- Set the maximum number of tokens to be used by each call when generating suggestions
135
+
136
+
1. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
137
+
138
+
### Create AI actions that use [[= product_name_connect =]]
108
139
109
140
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.
110
141
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.
For more information, see [Assign tag to content from taxonomy tree](taxonomy/work_with_tags.md#assign-tag-to-content-from-taxonomy-tree).
260
+
!!! note "Taxonomy suggestions"
261
+
262
+
If the [Taxonomy suggestions]([[= developer_doc =]]/content_management/taxonomy/taxonomy#taxonomy-suggestions) feature is enabled in your system, instead of manually browsing the taxonomy tree and selecting tags one by one, you can click **AI Suggest category** and pick from suggestions made by the AI Assistant.
263
+
264
+

265
+
266
+
For more information, see [Assign tag to content from taxonomy tree](taxonomy/work_with_tags.md#add-taxonomy-entry-assignment-field-to-content-type).
### Add Taxonomy Entry Assignment field to content type
29
29
30
30
Taxonomy is controlled and configured by the *Taxonomy Entry Assignment* field settings, so you can use multiple fields of this type with different taxonomies, for example, tags and product categories in the same content type.
31
31
To be able to assign tags to a Content, first, you need to add a *Taxonomy Entry Assignment* field to the content type definition.
If the [Taxonomy suggestions]([[= developer_doc =]]/content_management/taxonomy/taxonomy#taxonomy-suggestions) feature is enabled in your system, instead of manually browsing the product category tree and selecting categories one by one, you can click **AI Suggest category** and pick from suggestions made by the AI Assistant.
96
+
97
+

98
+
93
99
### Assign products by editing product category details
94
100
95
101
1. In the left panel, click **Product catalog** -> **Categories** to navigate to the product category tree.
0 commit comments