mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
identity:
|
|
name: google_search
|
|
author: Dify
|
|
label:
|
|
en_US: GoogleSearch
|
|
zh_Hans: 谷歌搜索
|
|
pt_BR: GoogleSearch
|
|
description:
|
|
human:
|
|
en_US: A tool for performing a Google SERP search and extracting snippets and webpages.Input should be a search query.
|
|
zh_Hans: 一个用于执行 Google SERP 搜索并提取片段和网页的工具。输入应该是一个搜索查询。
|
|
pt_BR: A tool for performing a Google SERP search and extracting snippets and webpages.Input should be a search query.
|
|
llm: A tool for performing a Google SERP search and extracting snippets and webpages.Input should be a search query.
|
|
parameters:
|
|
- name: query
|
|
type: string
|
|
required: true
|
|
label:
|
|
en_US: Query string
|
|
zh_Hans: 查询语句
|
|
pt_BR: Query string
|
|
human_description:
|
|
en_US: used for searching
|
|
zh_Hans: 用于搜索网页内容
|
|
pt_BR: used for searching
|
|
llm_description: key words for searching
|
|
form: llm
|
|
extra:
|
|
python:
|
|
source: tools/google_search.py
|