diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx index d64d422e..284ebdfb 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx @@ -53,8 +53,7 @@ const SEARCH_PROVIDERS = [ value: "google-search-engine", logo: GoogleSearchIcon, options: (settings) => , - description: - "Web search powered by a custom Google Search Engine.", + description: "Web search powered by a custom Google Search Engine.", }, { name: "SerpApi",