mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
feat: add transcript and recording public URLs in API
This commit is contained in:
parent
7810923bca
commit
3df5730076
8 changed files with 412 additions and 14 deletions
|
|
@ -15,6 +15,8 @@ class WorkflowRunResponseSchema(BaseModel):
|
|||
is_completed: bool
|
||||
transcript_url: str | None
|
||||
recording_url: str | None
|
||||
transcript_public_url: str | None = None
|
||||
recording_public_url: str | None = None
|
||||
public_access_token: str | None = None
|
||||
cost_info: Dict[str, Any] | None
|
||||
definition_id: int | None # This is for backward compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue