[PR #11] [MERGED] fix ParameterType.TEXT is not supported #83

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/11
Author: @hjlarry
Created: 1/11/2025
Status: Merged
Merged: 1/13/2025
Merged by: @Yeuoly

Base: mainHead: p2


📝 Commits (1)

  • 8343cc2 fix ParameterType.TEXT is not supported

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 python/dify_plugin/interfaces/model/large_language_model.py (+3 -0)

📄 Description

ParameterType.TEXT is used for json_schema field.

Now use this feature will raise error:
image

0.15 repo's code


🔄 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/11 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p2` --- ### 📝 Commits (1) - [`8343cc2`](https://github.com/langgenius/dify-plugin-sdks/commit/8343cc24a508785a5e669398f9758426ec195f6f) fix ParameterType.TEXT is not supported ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/model/large_language_model.py` (+3 -0) </details> ### 📄 Description ParameterType.TEXT is used for `json_schema` field. Now use this feature will raise error: ![image](https://github.com/user-attachments/assets/0e32f406-5d1d-473b-be1a-0e399f636541) 0.15 repo's [code](https://github.com/langgenius/dify/blob/989fb11fd715a96576333207189a12d8594c60f1/api/core/model_runtime/model_providers/__base/large_language_model.py#L866) --- <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:41 -05:00
yindo closed this issue 2026-02-15 21:15:41 -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#83