mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Changed web search to serper serach
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user