mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +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
|
|
@ -68,7 +68,7 @@ The tool descriptions shown in traces match the descriptions you set in your pat
|
|||
|
||||
### Custom Tools
|
||||
|
||||
Any external tools you've attached to the node (e.g. any custom tools you created for API endpoints for booking, order submission, etc.) will appear here. See custom tools documentation here: https://docs.dograh.com/voice-agent/tools.
|
||||
Any external tools you've attached to the node (e.g. any custom tools you created for API endpoints for booking, order submission, etc.) will appear here. See the [custom tools documentation](/voice-agent/tools/http-api).
|
||||
|
||||
## Tool Calls in Traces
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ We provide seamless integration with Langfuse for self-hosted Dograh deployments
|
|||
**Setup steps:**
|
||||
|
||||
1. Sign up at [Langfuse](https://langfuse.com) and create API credentials
|
||||
2. Add the following environment variables (in `docker-compose.yaml` for Docker deployments):
|
||||
2. Add the following [environment variables](/developer/environment-variables#tracing-langfuse) (in `docker-compose.yaml` for Docker deployments):
|
||||
|
||||
```
|
||||
ENABLE_TRACING="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue