[PR #11216] feat: Output custom parameters at the message_end node #11078 #27128

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

Original Pull Request: https://github.com/langgenius/dify/pull/11216

State: closed
Merged: No


Summary

You can customize the output of some parameters in the streaming interface and non-streaming interface. For example: customized knowledge sources, recommended questions, some flags, etc.

I modified the meesage_end node to output the specified session variable.

Resolves #11078

Screenshots

image
image
image
image

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/11216 **State:** closed **Merged:** No --- # Summary You can customize the output of some parameters in the streaming interface and non-streaming interface. For example: customized knowledge sources, recommended questions, some flags, etc. I modified the meesage_end node to output the specified session variable. Resolves #11078 # Screenshots ![image](https://github.com/user-attachments/assets/fc7a4092-08b2-479e-86d3-bd6a01b7df29) ![image](https://github.com/user-attachments/assets/bf9e2e40-4032-4962-a39d-0b262b38952d) ![image](https://github.com/user-attachments/assets/10b125a2-5b0f-4b10-bd27-194ed0bf4b91) ![image](https://github.com/user-attachments/assets/c80e52df-b2fa-4ed8-96b9-a609eb28843f) # Checklist > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:40:55 -05:00
yindo closed this issue 2026-02-21 20:40:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27128