[PR #437] [MERGED] Tavily search and extract images to files[array] #1366

Closed
opened 2026-02-16 10:22:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/437
Author: @mendybraun
Created: 3/12/2025
Status: Merged
Merged: 3/12/2025
Merged by: @crazywoola

Base: mainHead: Tavily-images


📝 Commits (2)

  • 1bf268a Merge /tools/tavily changes from upstream-production
  • f0e8d47 Update tools/tavily/manifest.yaml

📊 Changes

3 files changed (+71 additions, -1 deletions)

View changed files

📝 tools/tavily/manifest.yaml (+1 -1)
📝 tools/tavily/tools/tavily_extract.py (+33 -0)
📝 tools/tavily/tools/tavily_search.py (+37 -0)

📄 Description

Tavily search and extract: map image URLS from the search and extract to the files[array] variable. (so it can be used in downstream nodes - like the LLM for vision).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/437 **Author:** [@mendybraun](https://github.com/mendybraun) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `Tavily-images` --- ### 📝 Commits (2) - [`1bf268a`](https://github.com/langgenius/dify-official-plugins/commit/1bf268a97d7de977658b4eb1f1e0c4d2cceaf562) Merge /tools/tavily changes from upstream-production - [`f0e8d47`](https://github.com/langgenius/dify-official-plugins/commit/f0e8d4771cefd49fb11eaff91a23f6961bf21cb5) Update tools/tavily/manifest.yaml ### 📊 Changes **3 files changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tools/tavily/manifest.yaml` (+1 -1) 📝 `tools/tavily/tools/tavily_extract.py` (+33 -0) 📝 `tools/tavily/tools/tavily_search.py` (+37 -0) </details> ### 📄 Description Tavily search and extract: map image URLS from the search and extract to the files[array] variable. (so it can be used in downstream nodes - like the LLM for vision). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:44 -05:00
yindo closed this issue 2026-02-16 10:22:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1366