identity:author:Difyname:wikipedialabel:en_US:Wikipediazh_Hans:维基百科pt_BR:Wikipediadescription:en_US:Wikipedia is a free online encyclopedia, created and edited by volunteers around the world.zh_Hans:维基百科是一个由全世界的志愿者创建和编辑的免费在线百科全书。pt_BR:Wikipedia is a free online encyclopedia, created and edited by volunteers around the world.icon:icon.svgcredentials_for_provider:
認証情報フィールドを設定すると以下のようになります:
identity:author:Difyname:googlelabel:en_US:Googlezh_Hans:Googledescription:en_US:Googlezh_Hans:Googleicon:icon.svgcredentials_for_provider:# 認証情報フィールドserpapi_api_key:# 認証情報フィールド名type:secret-input# 認証情報フィールドタイプrequired:true# 必須かどうかlabel:# 認証情報フィールドラベルen_US:SerpApi API key# 英語ラベルzh_Hans:SerpApi API key# 中国語ラベルplaceholder:# 認証情報フィールドプレースホルダーen_US:Please input your SerpApi API key# 英語プレースホルダーzh_Hans:请输入你的 SerpApi API key# 中国語プレースホルダーhelp:# 認証情報フィールドヘルプテキストen_US:Get your SerpApi API key from SerpApi# 英語ヘルプテキストzh_Hans:从 SerpApi 获取您的 SerpApi API key# 中国語ヘルプテキストurl:https://serpapi.com/manage-api-key# 認証情報フィールドヘルプリンク
identity:# ツールの基本情報name:google_search# ツール名、唯一無二で、他のツールと重複してはいけませんauthor:Dify# 著者label:# ラベル、前端表示用en_US:GoogleSearch# 英語ラベルzh_Hans:谷歌搜索# 中国語ラベル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 搜索并提取片段和网页的工具。输入应该是一个搜索查询。 llm: A tool for performing a Google SERP search and extracting snippets and webpages.Input should be a search query. # LLMに渡す紹介文。LLMがこのツールをよりよく理解して使用できるように、ここにはできるだけ詳細な情報を書いておくことをお勧めします。
parameters:# パラメーターリスト - name:query# パラメーター名type:string# パラメータータイプrequired:true# 必須かどうかlabel:# パラメーターラベルen_US:Query string# 英語ラベルzh_Hans:查询语句# 中国語ラベルhuman_description:# 前端表示用の紹介文、複数言語対応en_US:used for searchingzh_Hans:用于搜索网页内容llm_description:key words for searching# LLMに渡す紹介文。同上、LLMがこのパラメーターをよりよく理解できるように、できるだけ詳細な情報を書いておくことをお勧めします。form:llm# フォームタイプ。llmはこのパラメーターがエージェントによって推論されるべきであることを示します。前端はこのパラメーターを表示しません。 - name:result_typetype:select# パラメータータイプrequired:trueoptions:# 選択ボックスオプション - value:textlabel:en_US:textzh_Hans:文本 - value:linklabel:en_US:linkzh_Hans:链接default:linklabel:en_US:Result typezh_Hans:结果类型human_description:en_US:used for selecting the result type, text or linkzh_Hans:用于选择结果类型,使用文本还是链接进行展示form:form# フォームタイプ。formはこのパラメーターが対話開始前にユーザーによって前端で入力されるべきであることを示します。
identity フィールドは必須です。名前、著者、ラベル、説明などの基本情報が含まれています。
parameters パラメーターリスト
name パラメーター名、唯一無二で、他のパラメーターと重複してはいけません。
type パラメータータイプ。現在はstring、number、boolean、selectの4種類をサポートしており、文字列、数値、ブール値、選択ボックスに対応します。