Skip to content

Commit f8e9183

Browse files
committed
Add a line about bundles.php
1 parent 1b72400 commit f8e9183

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/ai_actions/configure_ai_actions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ Run the following command to install the package:
4444
composer require ibexa/connector-anthropic
4545
```
4646

47-
This command adds the feature code, including basic handlers that let you refine text or generate alternative text for images.
47+
If not using Symfony Flex, enable the bundle in `config/bundles.php`:
48+
49+
``` php
50+
Ibexa\Bundle\ConnectorAnthropic\IbexaConnectorAnthropicBundle::class => [‘all’ => true],
51+
```
52+
53+
This adds the feature code, including basic handlers that let you refine text or generate alternative text for images.
4854

4955
To use the connector with the Anthropic services, you need to create an account, make sure that you [set up a billing method](https://support.claude.com/en/articles/8325618-paid-plan-billing-faqs), and get an API key.
5056

@@ -102,7 +108,7 @@ Then, if not using Symfony Flex, enable the bundle in `config/bundles.php`:
102108
Ibexa\Bundle\ConnectorGemini\IbexaConnectorGeminiBundle::class => ['all' => true],
103109
```
104110

105-
This command adds the feature code, including basic handlers that let you refine text or generate alternative text for images.
111+
This adds the feature code, including basic handlers that let you refine text or generate alternative text for images.
106112

107113
### Get API key
108114

0 commit comments

Comments
 (0)