mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
docs: add developer and api reference tabs (#190)
* docs: add developer and api reference tabs * fix: remove duplicate image
This commit is contained in:
parent
1b03191cf8
commit
f075bcb623
57 changed files with 1609 additions and 57 deletions
|
|
@ -26,8 +26,8 @@ The payload can contain a valid JSON, and you can reference variables while cons
|
|||
- `{{workflow_run_id}}` Unique ID of the Agent run
|
||||
- `{{workflow_id}}` ID of the Agent
|
||||
- `{{workflow_name}}` Name of the workflow
|
||||
- `{{initial_context.*}}` Initial context variables
|
||||
- `{{gathered_context.*}}` Extracted variables
|
||||
- `{{initial_context.*}}` [Initial context variables](/core-concepts/context-and-variables#initial_context)
|
||||
- `{{gathered_context.*}}` [Extracted variables](/core-concepts/context-and-variables#gathered_context)
|
||||
- `{{cost_info.call_duration_seconds}}` Call duration
|
||||
- `{{recording_url}}` Call recording URL
|
||||
- `{{transcript_url}}` Transcript URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue