[PR #292] [MERGED] feat: enhance OpenAI model response format handling #1253

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/292
Author: @Yeuoly
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @Yeuoly

Base: mainHead: fix/openai-json-schema


📝 Commits (1)

  • afee395 feat: enhance OpenAI model response format handling

📊 Changes

2 files changed (+15 additions, -6 deletions)

View changed files

📝 models/openai/manifest.yaml (+1 -1)
📝 models/openai/models/llm/llm.py (+14 -5)

📄 Description

  • Add support for JSON schema response format
  • Validate and parse JSON schema when specified
  • Improve response format parameter processing
  • Bump plugin version to 0.0.8

🔄 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/292 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/openai-json-schema` --- ### 📝 Commits (1) - [`afee395`](https://github.com/langgenius/dify-official-plugins/commit/afee39580e4c216c94d35e32f147b83e9a04e52b) feat: enhance OpenAI model response format handling ### 📊 Changes **2 files changed** (+15 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `models/openai/manifest.yaml` (+1 -1) 📝 `models/openai/models/llm/llm.py` (+14 -5) </details> ### 📄 Description - Add support for JSON schema response format - Validate and parse JSON schema when specified - Improve response format parameter processing - Bump plugin version to 0.0.8 --- <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:27 -05:00
yindo closed this issue 2026-02-16 10:22:27 -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#1253