Changed web search to serper serach

This commit is contained in:
Emir Karabeg
2025-02-05 13:45:54 -08:00
parent 51e70b2857
commit a2f2ebafce

View File

@@ -5,8 +5,8 @@ import { BlockConfig } from '../types'
export const SerperBlock: BlockConfig<SearchResponse> = {
type: 'serper_search',
toolbar: {
title: 'Web Search',
description: 'Search the web',
title: 'Serper Search',
description: 'Search the web using Serper',
bgColor: '#2B3543',
icon: SerperIcon,
category: 'tools',