完善模板编辑与模型管理体验
This commit is contained in:
@@ -31,8 +31,11 @@ class TemplateOut(BaseModel):
|
||||
class ParagraphConfig(BaseModel):
|
||||
id: int = 0
|
||||
sort_index: int = 0
|
||||
anchor_title: str = ""
|
||||
title: str = ""
|
||||
edit_mode: str = "ai"
|
||||
content: str = ""
|
||||
edit_mode: str = "manual"
|
||||
write_mode: str = "replace_section"
|
||||
model_id: Optional[int] = None
|
||||
need_prompt: bool = True
|
||||
prompt_text: str = ""
|
||||
|
||||
Reference in New Issue
Block a user