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> = { export const SerperBlock: BlockConfig<SearchResponse> = {
type: 'serper_search', type: 'serper_search',
toolbar: { toolbar: {
title: 'Web Search', title: 'Serper Search',
description: 'Search the web', description: 'Search the web using Serper',
bgColor: '#2B3543', bgColor: '#2B3543',
icon: SerperIcon, icon: SerperIcon,
category: 'tools', category: 'tools',