Merge pull request #3824 from onyx-dot-app/naming

Fix search tool name
This commit is contained in:
pablonyx 2025-01-28 16:57:02 -08:00 committed by GitHub
commit d2aea63573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
export const SEARCH_TOOL_NAME = "SearchTool";
export const SEARCH_TOOL_NAME = "run_search";
export const INTERNET_SEARCH_TOOL_NAME = "run_internet_search";
export const IMAGE_GENERATION_TOOL_NAME = "run_image_generation";