mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #434] [CLOSED] Tavily search and extract images to files[array] | Email html convert and add attachments #1363
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/434
Author: @mendybraun
Created: 3/11/2025
Status: ❌ Closed
Base:
main← Head:upstream-production📝 Commits (7)
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 documentation1719a32made images as files array695d7f5Merge pull request #1 from mendybraun/tavily50ccea4Tavily and mail plugins (#2)0dd8d03Merge branch 'Production' of https://github.com/mendybraun/dify-plugins into upstream-production📊 Changes
10 files changed (+518 additions, -39 deletions)
View changed files
📝
tools/email/manifest.yaml(+1 -1)➕
tools/email/tools/markdown_utils.py(+219 -0)📝
tools/email/tools/send.py(+56 -17)📝
tools/email/tools/send_mail.py(+54 -4)📝
tools/email/tools/send_mail.yaml(+24 -0)📝
tools/email/tools/send_mail_batch.py(+70 -16)📝
tools/email/tools/send_mail_batch.yaml(+23 -0)📝
tools/tavily/manifest.yaml(+1 -1)📝
tools/tavily/tools/tavily_extract.py(+33 -0)📝
tools/tavily/tools/tavily_search.py(+37 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.