fix(core): apply model ui (#13084)

This commit is contained in:
德布劳外 · 贾贵
2025-07-09 11:55:17 +08:00
committed by GitHub
parent ee878e8f27
commit 3cc33bd40f
4 changed files with 41 additions and 41 deletions

View File

@@ -167,7 +167,7 @@ You should specify the following arguments before the others: [doc_id], [origin_
},
]);
return { result };
return { result, content };
} catch {
return 'Failed to apply edit to the doc';
}