[PR #624] [CLOSED] Fix the issue of concurrent calls causing the 'think' tag to become d… #1466

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/624
Author: @alex-sample-code
Created: 3/31/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • f8e4031 Fix the issue of concurrent calls causing the 'think' tag to become disordered

📊 Changes

2 files changed (+20 additions, -29 deletions)

View changed files

📝 models/bedrock/manifest.yaml (+1 -1)
📝 models/bedrock/models/llm/llm.py (+19 -28)

📄 Description

Fix: concurrent calls causing the 'think' tag to become disordered


🔄 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/624 **Author:** [@alex-sample-code](https://github.com/alex-sample-code) **Created:** 3/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f8e4031`](https://github.com/langgenius/dify-official-plugins/commit/f8e40319c32cb442d39f61ff203d51c03f3b9d6b) Fix the issue of concurrent calls causing the 'think' tag to become disordered ### 📊 Changes **2 files changed** (+20 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `models/bedrock/manifest.yaml` (+1 -1) 📝 `models/bedrock/models/llm/llm.py` (+19 -28) </details> ### 📄 Description Fix: concurrent calls causing the 'think' tag to become disordered --- <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:23:01 -05:00
yindo closed this issue 2026-02-16 10:23:01 -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#1466