【代码评审】AI:写作优化

This commit is contained in:
YunaiV
2024-07-16 13:56:56 +08:00
parent 35b2708ca6
commit 4d44440070
7 changed files with 15 additions and 16 deletions

View File

@ -17,7 +17,7 @@ export interface WriteVO {
platform?: string // 平台
model?: string // 模型
generatedContent?: string // 生成的内容
errorMessage: string // 错误信息
errorMessage?: string // 错误信息
createTime?: Date // 创建时间
}