Skip to content

Commit

Permalink
Fixed broken link and included Extending AI in cards (#2586)
Browse files Browse the repository at this point in the history
* Fixed broken link and included Extending AI in cards

* Applied review suggestion

Co-authored-by: Adrien Dupuis <[email protected]>

---------

Co-authored-by: Adrien Dupuis <[email protected]>
  • Loading branch information
mnocon and adriendupuis authored Dec 20, 2024
1 parent 3db6364 commit e754278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/ai_actions/ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ You can also extend it to perform other tasks or support additional AI services.

[[= cards([
"ai_actions/ai_actions_guide",
"ai_actions/install_ai_actions"
"ai_actions/install_ai_actions",
"ai_actions/extend_ai_actions",
], columns=4) =]]
2 changes: 1 addition & 1 deletion docs/ai_actions/extend_ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To manage configurations of an AI Action you need to use another concept: Action
### Manage Action Configurations

Action Configurations allow you to store the parameters for a given Action in the database and reuse them when needed.
They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions.md), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API.
They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions/), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API.

To manage Action Configurations through the PHP API, you need to use the [ActionConfigurationServiceInterface](../api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionConfigurationServiceInterface.html) service.

Expand Down

0 comments on commit e754278

Please sign in to comment.