Revert "feat(multimodal): 补齐阶段F运行管理与收尾验收"

This reverts commit 64f63ff1bdb0b041f4b0c52447e529e267d7b31a.
This commit is contained in:
2026-09-05 02:02:26 +08:00
parent 1ac44e2881
commit f2c75f921e
25 changed files with 84 additions and 723 deletions
-1
View File
@@ -1050,7 +1050,6 @@ 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