mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1935] [MERGED] fix(tool/google): as agent tool #2158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1935
Author: @QIN2DIM
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @crazywoola
Base:
main← Head:fix-tool-google📝 Commits (10+)
09061d5Create .gitignore50017cbremove .env2d10e8efix(google-tool): fix Google search and image search tool validation and parameter handling2e28707fix(tool-google): update version to 0.1.0 in manifest6b65a1efeat(google-tool): add agent mode support and refactor search response handlingda474eaMerge branch 'main' into fix-tool-googledc106c9fix(tool): update google_search.yaml to clarify Agent mode requirement6725e2efix(tools): correct llm_description translation in google_search.yamlf732ebcUpdate tools/google/tools/utils.pyb21f700Update tools/google/tools/utils.py📊 Changes
12 files changed (+687 additions, -107 deletions)
View changed files
➖
tools/google/.env(+0 -4)➕
tools/google/.env.example(+3 -0)➕
tools/google/.gitignore(+209 -0)➕
tools/google/.python-version(+1 -0)📝
tools/google/manifest.yaml(+1 -1)📝
tools/google/provider/google.py(+1 -1)➕
tools/google/pyproject.toml(+20 -0)📝
tools/google/requirements.txt(+114 -1)📝
tools/google/tools/google_image_search.py(+12 -11)📝
tools/google/tools/google_search.py(+88 -68)📝
tools/google/tools/google_search.yaml(+26 -21)➕
tools/google/tools/utils.py(+212 -0)📄 Description
Related Issues or Context
Summary
Modernize tool/google for Agent Success & Enhanced Control
Demo
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.