docs: add developer and api reference tabs (#190)

* docs: add developer and api reference tabs

* fix: remove duplicate image
This commit is contained in:
Sabiha Khan 2026-03-14 16:30:02 +05:30 committed by GitHub
parent 1b03191cf8
commit f075bcb623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 1609 additions and 57 deletions

View file

@ -29,7 +29,7 @@ Contains instructions applicable across the entire call:
## Node-Level Toggles
### Add Global Prompt
- Recommended to inject Global Node instructions into most nodes
- Recommended to inject [Global Node](/voice-agent/global) instructions into most nodes
### Allow Interruption
- **Default "On"**: Bot stops and responds to user interruption
@ -46,7 +46,7 @@ Supported in Agent and End Call Nodes:
- Define name, type, and description
- Examples: customer name, budget, interest
## Webhook Node
## [Webhook Node](/voice-agent/webhook)
- Executed at call end
- Sends payload to specific endpoint
@ -63,5 +63,5 @@ Supported in Agent and End Call Nodes:
## Pathways and Tool Calls
- Define agent node movement
- Use tool calls to transition between nodes
- Use [tool calls](/voice-agent/tools/http-api) to transition between nodes
- **"tool"** is a reserved keyword for function calls and actions