mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-17 03:34:45 +08:00
feat: prose completion api
This commit is contained in:
@@ -74,3 +74,11 @@ class GeneratePodcastRequest(BaseModel):
|
||||
|
||||
class GeneratePPTRequest(BaseModel):
|
||||
content: str = Field(..., description="The content of the ppt")
|
||||
|
||||
|
||||
class GenerateProseRequest(BaseModel):
|
||||
prompt: str = Field(..., description="The content of the prose")
|
||||
option: str = Field(..., description="The option of the prose writer")
|
||||
command: Optional[str] = Field(
|
||||
"", description="The user custom command of the prose writer"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user