mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #410] [MERGED] refractor(tavily): Update Tavily plugin with enhanced search and extr… #1347
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/410
Author: @fdb02983rhy
Created: 3/9/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @crazywoola
Base:
main← Head:refactor(tavily)-Improve-Tavily-tool-configuration-and-API-interaction📝 Commits (3)
7ab1c19refractor(tavily): Update Tavily plugin with enhanced search and extract featuresafeb1cerefactor(tavily): Remove redundant comments in Tavily toolse367beerefactor(tavily): Improve Tavily Extract tool with enhanced URL processing and documentation📊 Changes
11 files changed (+169 additions, -45 deletions)
View changed files
📝
tools/tavily/_assets/tavily_1.PNG(+0 -0)📝
tools/tavily/_assets/tavily_2.PNG(+0 -0)📝
tools/tavily/_assets/tavily_3.PNG(+0 -0)📝
tools/tavily/manifest.yaml(+3 -3)📝
tools/tavily/provider/tavily.py(+1 -8)📝
tools/tavily/provider/tavily.yaml(+3 -3)📝
tools/tavily/requirements.txt(+1 -1)📝
tools/tavily/tools/tavily_extract.py(+60 -15)📝
tools/tavily/tools/tavily_extract.yaml(+39 -7)📝
tools/tavily/tools/tavily_search.py(+11 -4)📝
tools/tavily/tools/tavily_search.yaml(+51 -4)📄 Description
…act features
Before
After
Before
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.