[PR #42] [MERGED] fix: cannot init prompt message #100

Closed
opened 2026-02-15 21:15:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/42
Author: @laipz8200
Created: 3/13/2025
Status: Merged
Merged: 3/14/2025
Merged by: @Yeuoly

Base: mainHead: fix/cannot-init-prompt-message


📝 Commits (2)

  • 5b15150 chore(*): Add pytest into test group
  • 28a5131 fix: Enhance content transformation to support Sequence type and add unit tests

📊 Changes

4 files changed (+99 additions, -21 deletions)

View changed files

📝 python/dify_plugin/entities/model/message.py (+7 -2)
📝 python/pdm.lock (+81 -19)
📝 python/pyproject.toml (+3 -0)
python/tests/test_prompt_message.py (+8 -0)

📄 Description

related to #41

Also add pytest for testing.


🔄 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-plugin-sdks/pull/42 **Author:** [@laipz8200](https://github.com/laipz8200) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/cannot-init-prompt-message` --- ### 📝 Commits (2) - [`5b15150`](https://github.com/langgenius/dify-plugin-sdks/commit/5b1515060df8d818e68698d9478c1f16ba09591e) chore(*): Add pytest into test group - [`28a5131`](https://github.com/langgenius/dify-plugin-sdks/commit/28a513133986e81b31ee828b9ac35c525c146713) fix: Enhance content transformation to support Sequence type and add unit tests ### 📊 Changes **4 files changed** (+99 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/model/message.py` (+7 -2) 📝 `python/pdm.lock` (+81 -19) 📝 `python/pyproject.toml` (+3 -0) ➕ `python/tests/test_prompt_message.py` (+8 -0) </details> ### 📄 Description related to #41 Also add pytest for testing. --- <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-15 21:15:46 -05:00
yindo closed this issue 2026-02-15 21:15:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#100