From d79e5d7527dd27ff8db431c25d8287b2fa4d1304 Mon Sep 17 00:00:00 2001 From: Ishan Goswami Date: Wed, 18 Mar 2026 23:20:36 +0530 Subject: [PATCH] update exa search provider description (#5225) * update exa search provider description Co-Authored-By: ishan * update exa search provider description Co-Authored-By: ishan --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: ishan Co-authored-by: Timothy Carambat --- frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx index ac373eb2..0b6f43b2 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx @@ -109,7 +109,8 @@ const SEARCH_PROVIDERS = [ value: "exa-search", logo: ExaIcon, options: (settings) => , - description: "AI-powered search engine optimized for LLM use cases.", + description: + "One of the best web search APIs for AI agents with real-time results and full page contents.", }, { name: "Perplexity Search",