feat(multimodal): 补齐阶段F运行管理与收尾验收
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user