Files
crewAI/lib
Devin AI 1386a4325b fix: remove $ prefix from f-strings in BrightDataSearchTool.get_search_url
The get_search_url method used JavaScript template literal syntax (${query})
instead of Python f-string syntax ({query}), causing a literal '$' character
to be prepended to all search queries for Google, Bing, and Yandex.

Fixes #5269

Co-Authored-By: João <joao@crewai.com>
2026-04-04 12:58:19 +00:00
..