[PR #381] [MERGED] add agent though config to OpenAI-API-compatible #1334

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/381
Author: @zxfishhack
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @crazywoola

Base: mainHead: agent-thought-config


📝 Commits (1)

  • 9627274 add agent though config to OpenAI-API-compatible

📊 Changes

3 files changed (+33 additions, -2 deletions)

View changed files

📝 models/openai_api_compatible/manifest.yaml (+1 -1)
📝 models/openai_api_compatible/models/llm/llm.py (+14 -1)
📝 models/openai_api_compatible/provider/openai_api_compatible.yaml (+18 -0)

📄 Description

https://github.com/langgenius/dify/pull/13263

Add an Agent Though configuration item to the OpenAI-API-compatible model provider, corresponding to ModelFeature.AGENT_THOUGH

@crazywoola


🔄 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/381 **Author:** [@zxfishhack](https://github.com/zxfishhack) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `agent-thought-config` --- ### 📝 Commits (1) - [`9627274`](https://github.com/langgenius/dify-official-plugins/commit/9627274cc5354dd2bf1800bef4db091cf3783596) add agent though config to OpenAI-API-compatible ### 📊 Changes **3 files changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/openai_api_compatible/manifest.yaml` (+1 -1) 📝 `models/openai_api_compatible/models/llm/llm.py` (+14 -1) 📝 `models/openai_api_compatible/provider/openai_api_compatible.yaml` (+18 -0) </details> ### 📄 Description [https://github.com/langgenius/dify/pull/13263](https://github.com/langgenius/dify/pull/13263) Add an Agent Though configuration item to the OpenAI-API-compatible model provider, corresponding to ModelFeature.AGENT_THOUGH @crazywoola --- <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:39 -05:00
yindo closed this issue 2026-02-16 10:22:39 -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#1334