mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1252] [MERGED] feat: Introduce OAI native deep research #1798
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/1252
Author: @fdb02983rhy
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/14/2025
Merged by: @crazywoola
Base:
main← Head:feat-Introduce-OAI-native-deep-research📝 Commits (10+)
33d3798feat: Introduce OAI native deep researchfac9dabUpdate README.mdf0adc80Add structured JSON responses to DeepResearchTool2f673aaAdd configurable timeout to DeepResearchTool9d82c03Update deep_research.yamlefbba55Add advanced config and refactor deep research tool2e25ce4Update deep_research.yamld2754f7Add support for reasoning summary_text in DeepResearchToolf671a5bUpdate OpenAI icon asset99b78a9Update OpenAI asset images📊 Changes
19 files changed (+624 additions, -130 deletions)
View changed files
📝
tools/openai/README.md(+66 -14)📝
tools/openai/_assets/icon.png(+0 -0)📝
tools/openai/_assets/openai_1.png(+0 -0)📝
tools/openai/_assets/openai_2.png(+0 -0)📝
tools/openai/_assets/openai_3.png(+0 -0)➕
tools/openai/_assets/openai_4.png(+0 -0)➕
tools/openai/_assets/openai_5.png(+0 -0)➕
tools/openai/_assets/openai_6.png(+0 -0)📝
tools/openai/manifest.yaml(+3 -5)📝
tools/openai/provider/openai.py(+16 -5)📝
tools/openai/provider/openai.yaml(+1 -11)📝
tools/openai/requirements.txt(+2 -2)📝
tools/openai/tools/dalle2.yaml(+0 -11)📝
tools/openai/tools/dalle3.yaml(+0 -20)➕
tools/openai/tools/deep_research.py(+349 -0)➕
tools/openai/tools/deep_research.yaml(+184 -0)📝
tools/openai/tools/gpt_image_edit.yaml(+1 -24)📝
tools/openai/tools/gpt_image_generate.py(+1 -1)📝
tools/openai/tools/gpt_image_generate.yaml(+1 -37)📄 Description
Related Issues or Context
Closes https://github.com/langgenius/dify/issues/22074
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.