Files
dify-plugin-sdks/python/examples/google/manifest.yaml
2024-11-15 17:49:06 +08:00

34 lines
724 B
YAML

version: 0.0.2
type: plugin
author: "langgenius"
name: "google"
label:
en_US: "Google"
created_at: "2024-07-12T08:03:44.658609186Z"
icon: icon.svg
description:
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 搜索并提取片段和网页的工具。输入应该是一个搜索查询。
tags:
- "search"
resource:
memory: 1048576
permission:
tool:
enabled: true
model:
enabled: true
llm: true
plugins:
tools:
- "provider/google.yaml"
meta:
version: 0.0.1
arch:
- "amd64"
- "arm64"
runner:
language: "python"
version: "3.12"
entrypoint: "main"