Skip to content

Commit 335993e

Browse files
Applied suggestions from code review
Co-authored-by: julitafalcondusza <[email protected]>
1 parent fe52f82 commit 335993e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ai_actions/configure_ai_actions.md

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

120-
The `Ibexa AI handler` property attaches to a Scenario to store information about the action handler associated with it.
121-
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.
120+
The `Ibexa AI handler` property attaches to a scenario to store information about the action handler associated with it.
121+
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.
122122

123123
### Customize templates
124124

docs/ai_actions/extend_ai_actions.md

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

105105
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.
106106

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

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

0 commit comments

Comments
 (0)