-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: messagefeedbackapi support content #11716
Conversation
Signed-off-by: weiyang <24080293@smb956101.com>
Please update the docs in |
Okey, how do I update |
Do I only need to modify template_advanced_chat.en.mdx? and do I need to modify |
You need to update all mdx files. |
Signed-off-by: weiyang <24080293@smb956101.com>
Ok, I have modified all the |
Summary
This submission resolves the issue that the messagefeebackapi does not support content fields.
Tip
Close issue syntax:
Fixes #<issue number>
orResolves #<issue number>
, see documentation for more details.Fixed #11704
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods