[PR #1326] [MERGED] Add Message Suggested Api #23009

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1326
Author: @charli117
Created: 10/12/2023
Status: Merged
Merged: 10/13/2023
Merged by: @crazywoola

Base: mainHead: message-suggested-api


📝 Commits (4)

  • e64525f Add Message Suggested Api
  • 9588801 del API document Query argument
  • b141a2b Restore user filtering & Optimize the next question to suggest user matching
  • 3e47075 Restore user filtering & Optimize the next question to suggest user matching

📊 Changes

7 files changed (+253 additions, -25 deletions)

View changed files

📝 api/controllers/console/app/message.py (+1 -1)
📝 api/controllers/service_api/app/conversation.py (+1 -0)
📝 api/controllers/service_api/app/message.py (+33 -0)
📝 web/app/components/develop/template/template.en.mdx (+52 -3)
📝 web/app/components/develop/template/template.zh.mdx (+52 -3)
📝 web/app/components/develop/template/template_chat.en.mdx (+57 -9)
📝 web/app/components/develop/template/template_chat.zh.mdx (+57 -9)

📄 Description

下一步问题建议获取API及相关文档更新,并同步删除get_message、get_conversation、delete_conversation用户筛选参数


🔄 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/pull/1326 **Author:** [@charli117](https://github.com/charli117) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `message-suggested-api` --- ### 📝 Commits (4) - [`e64525f`](https://github.com/langgenius/dify/commit/e64525fc6463c48b539cd87705d638f85583d4b0) Add Message Suggested Api - [`9588801`](https://github.com/langgenius/dify/commit/958880151764fb0d7c5f4bc8bebb585dcc85e6ea) del API document Query argument - [`b141a2b`](https://github.com/langgenius/dify/commit/b141a2b7622363e02a53cbe896ab20ec99aeb956) Restore user filtering & Optimize the next question to suggest user matching - [`3e47075`](https://github.com/langgenius/dify/commit/3e47075e0e63e1e8d463f4f5f918d36b9e42d809) Restore user filtering & Optimize the next question to suggest user matching ### 📊 Changes **7 files changed** (+253 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/app/message.py` (+1 -1) 📝 `api/controllers/service_api/app/conversation.py` (+1 -0) 📝 `api/controllers/service_api/app/message.py` (+33 -0) 📝 `web/app/components/develop/template/template.en.mdx` (+52 -3) 📝 `web/app/components/develop/template/template.zh.mdx` (+52 -3) 📝 `web/app/components/develop/template/template_chat.en.mdx` (+57 -9) 📝 `web/app/components/develop/template/template_chat.zh.mdx` (+57 -9) </details> ### 📄 Description 下一步问题建议获取API及相关文档更新,并同步删除get_message、get_conversation、delete_conversation用户筛选参数 --- <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-21 20:20:15 -05:00
yindo closed this issue 2026-02-21 20:20:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23009