mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -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> = {
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user