mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1233] [MERGED] Feat: update tavily with latest params and dep #1783
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/1233
Author: @fdb02983rhy
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @crazywoola
Base:
main← Head:feat-update-tavily-with-latest-params-and-dep📝 Commits (3)
2056894feat: update Tavily according to the latest API docscc5d8acRefactor image and favicon processing into utils module350bd6fRefactor image and favicon processing utilities📊 Changes
9 files changed (+1254 additions, -405 deletions)
View changed files
📝
tools/tavily/main.py(+1 -1)📝
tools/tavily/manifest.yaml(+1 -1)📝
tools/tavily/provider/tavily.py(+33 -3)📝
tools/tavily/requirements.txt(+2 -1)📝
tools/tavily/tools/tavily_extract.py(+73 -84)📝
tools/tavily/tools/tavily_extract.yaml(+77 -44)📝
tools/tavily/tools/tavily_search.py(+81 -79)📝
tools/tavily/tools/tavily_search.yaml(+912 -192)➕
tools/tavily/tools/utils.py(+74 -0)📄 Description
Related Issues or Context
https://github.com/user-attachments/assets/eb6490ad-3bb7-41cf-842f-09e2544d1e10
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.