mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1308] [MERGED] Refractor:update slidespeak plugin configuration and refactor api calls #1826
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/1308
Author: @fdb02983rhy
Created: 7/18/2025
Status: ✅ Merged
Merged: 7/19/2025
Merged by: @crazywoola
Base:
main← Head:refractor-Update-SlideSpeak-plugin-configuration-and-refactor-API-calls📝 Commits (7)
094d859Update SlideSpeak plugin configuration and refactor API calls92c2d9bMerge pull request #1 from fdb02983rhy/main5fe4ae1Refactor SlideSpeak: add tools, update docs, improve API1f9fbadRevert "Refactor SlideSpeak: add tools, update docs, improve API"fe880f4Reapply "Refactor SlideSpeak: add tools, update docs, improve API"339d2c4Update manifest.yaml482d4d3Refactor SlideSpeak tools for improved readability📊 Changes
23 files changed (+1599 additions, -258 deletions)
View changed files
📝
tools/slidespeak/README.md(+162 -17)📝
tools/slidespeak/_assets/icon.png(+0 -0)📝
tools/slidespeak/_assets/slidespeak-01.png(+0 -0)➖
tools/slidespeak/_assets/slidespeak-02.png(+0 -0)➖
tools/slidespeak/_assets/slidespeak-03.png(+0 -0)➖
tools/slidespeak/_assets/slidespeak-04.png(+0 -0)📝
tools/slidespeak/main.py(+1 -1)📝
tools/slidespeak/manifest.yaml(+1 -1)📝
tools/slidespeak/provider/slidespeak.py(+8 -9)📝
tools/slidespeak/provider/slidespeak.yaml(+4 -1)📝
tools/slidespeak/requirements.txt(+1 -5)➕
tools/slidespeak/tools/document_uploader.py(+86 -0)➕
tools/slidespeak/tools/document_uploader.yaml(+26 -0)➕
tools/slidespeak/tools/presentation_generator.py(+110 -0)➕
tools/slidespeak/tools/presentation_generator.yaml(+287 -0)➕
tools/slidespeak/tools/slide_by_slide_generator.py(+93 -0)➕
tools/slidespeak/tools/slide_by_slide_generator.yaml(+164 -0)➖
tools/slidespeak/tools/slides_generator.py(+0 -117)➖
tools/slidespeak/tools/slides_generator.yaml(+0 -107)➕
tools/slidespeak/tools/slidespeak_client.py(+314 -0)...and 3 more files
📄 Description
Related Issues or Context
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.