Merge pull request #296 from presenton/feat/adds-trigger-webhook-field
feat(fastapi): adds trigger_webhook option in generate request
This commit is contained in:
commit
09581c694e
1 changed files with 3 additions and 0 deletions
|
|
@ -37,3 +37,6 @@ class GeneratePresentationRequest(BaseModel):
|
|||
export_as: Literal["pptx", "pdf"] = Field(
|
||||
default="pptx", description="Export format"
|
||||
)
|
||||
trigger_webhook: bool = Field(
|
||||
default=False, description="Whether to trigger subscribed webhooks"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue