mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 23:21:06 +00: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