Skip to content

Commit 3a3f19e

Browse files
daFishchr-hertel
authored andcommitted
Add brave search tool service definition in docs
1 parent 1f39a86 commit 3a3f19e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ai-bundle/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ To use existing tools, you can register them as a service:
169169
Symfony\AI\Agent\Toolbox\Tool\Firecrawl:
170170
$endpoint: '%env(FIRECRAWL_ENDPOINT)%'
171171
$apiKey: '%env(FIRECRAWL_API_KEY)%'
172+
Symfony\AI\Agent\Toolbox\Tool\Brave:
173+
$apiKey: '%env(BRAVE_API_KEY)%'
172174
173175
Custom tools can be registered by using the ``#[AsTool]`` attribute::
174176

0 commit comments

Comments
 (0)