feat(logAndAnn): add control option for question editing feature (#19117)

This commit is contained in:
HyaCinth
2025-04-30 10:57:23 +08:00
committed by GitHub
parent d70fa2847b
commit 5088ab5061
4 changed files with 8 additions and 2 deletions

View File

@@ -429,6 +429,7 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) {
text_to_speech: {
enabled: true,
},
questionEditEnable: false,
supportAnnotation: true,
annotation_reply: {
enabled: true,
@@ -484,6 +485,7 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) {
text_to_speech: {
enabled: true,
},
questionEditEnable: false,
supportAnnotation: true,
annotation_reply: {
enabled: true,