mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Application export misalignment (#3638)
This commit is contained in:
parent
ec8f33df83
commit
ca6630f258
|
|
@ -192,6 +192,7 @@ class ApplicationChatQuerySerializers(serializers.Serializer):
|
|||
worksheet.title = 'Sheet1'
|
||||
|
||||
headers = [gettext('Conversation ID'), gettext('summary'), gettext('User Questions'),
|
||||
gettext('Problem after optimization'),
|
||||
gettext('answer'), gettext('User feedback'),
|
||||
gettext('Reference segment number'),
|
||||
gettext('Section title + content'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue