Skip to content

Commit 8936263

Browse files
Applied suggestions from code review
Co-authored-by: julitafalcondusza <[email protected]>
1 parent 82d51cc commit 8936263

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ai_actions/extend_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The `ActionServiceInterface` service extracts the configuration options from the
105105

106106
The following example adds a new Action Handler connecting to a local AI run using [the llamafile project](https://github.com/Mozilla-Ocho/llamafile) which you can use to execute Text-To-Text Actions, such as the built-in "Refine Text" Action.
107107

108-
When creating a Action Handler for [[= product_name_connect =]], add the new handler identifier to the [`Ibexa AI handler` custom property](install_ai_actions.md#initiate-integration) in [[= product_name_connect =]] user interface.
108+
When creating an Action Handler for [[= product_name_connect =]], add the new handler identifier to the [`Ibexa AI handler` custom property](install_ai_actions.md#initiate-integration) in [[= product_name_connect =]] user interface.
109109

110110
### Register a custom Action Handler in the system.
111111

docs/ai_actions/install_ai_actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ For example:
174174
php bin/console ibexa:connect:init-custom-property-structures 4 connect-image-to-text connect-text-to-text
175175
```
176176

177-
The `Ibexa AI handler` property attaches to a Scenario to store information about the action handler associated with it.
178-
When creating a new [[= product_name_connect =]]-based AI action, the back office of [[= product_name =]] shows only the existing Scenarios that work with selected action handler.
177+
The `Ibexa AI handler` property attaches to a scenario to store information about the action handler associated with it.
178+
When creating a new [[= product_name_connect =]]-based AI action, the back office of [[= product_name =]] shows only the existing scenarios that work with selected action handler.
179179

180180
### Customize templates
181181

0 commit comments

Comments
 (0)