Skip to content

Commit 087ccb3

Browse files
committed
minor #371 [AI Bundle] Add Brave search tool service definition (daFish)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Add Brave search tool service definition | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes <!-- required for new features --> | Issues | not applicable <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Small doc change for the bundle: adds the service definition for the Brave search tool. Commits ------- 3a3f19e Add brave search tool service definition in docs
2 parents fc810a4 + 3a3f19e commit 087ccb3

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
@@ -172,6 +172,8 @@ To use existing tools, you can register them as a service:
172172
Symfony\AI\Agent\Toolbox\Tool\Firecrawl:
173173
$endpoint: '%env(FIRECRAWL_ENDPOINT)%'
174174
$apiKey: '%env(FIRECRAWL_API_KEY)%'
175+
Symfony\AI\Agent\Toolbox\Tool\Brave:
176+
$apiKey: '%env(BRAVE_API_KEY)%'
175177
176178
Custom tools can be registered by using the ``#[AsTool]`` attribute::
177179

0 commit comments

Comments
 (0)