We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f39a86 commit 3a3f19eCopy full SHA for 3a3f19e
src/ai-bundle/doc/index.rst
@@ -169,6 +169,8 @@ To use existing tools, you can register them as a service:
169
Symfony\AI\Agent\Toolbox\Tool\Firecrawl:
170
$endpoint: '%env(FIRECRAWL_ENDPOINT)%'
171
$apiKey: '%env(FIRECRAWL_API_KEY)%'
172
+ Symfony\AI\Agent\Toolbox\Tool\Brave:
173
+ $apiKey: '%env(BRAVE_API_KEY)%'
174
175
Custom tools can be registered by using the ``#[AsTool]`` attribute::
176
0 commit comments