feat(multimodal): 完成阶段F运行管理与收尾验收

This commit is contained in:
2026-09-05 02:02:45 +08:00
parent f2c75f921e
commit d5eff47417
29 changed files with 1045 additions and 86 deletions
+1
View File
@@ -1050,6 +1050,7 @@ class TranscriptEditRequest(Contract):
class TranscriptNoteRequest(Contract):
update_existing: bool = False
title: str = Field(min_length=1, max_length=200)
folder: str | None = None
include_timestamps: bool = True