mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
docs: modify tools section (#103)
This commit is contained in:
parent
db89aed377
commit
a33fa6cffe
2 changed files with 4 additions and 12 deletions
|
|
@ -42,6 +42,7 @@
|
|||
"voice-agent/introduction",
|
||||
"voice-agent/editing-a-workflow",
|
||||
"voice-agent/template-variables",
|
||||
"voice-agent/tools",
|
||||
{
|
||||
"group": "Nodes",
|
||||
"pages": [
|
||||
|
|
@ -50,8 +51,7 @@
|
|||
"voice-agent/agent",
|
||||
"voice-agent/global",
|
||||
"voice-agent/api-trigger",
|
||||
"voice-agent/webhook",
|
||||
"voice-agent/tools"
|
||||
"voice-agent/webhook"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
}
|
||||
},
|
||||
"search": {
|
||||
"prompt": "Search for Webhook, Deployment, etc..."
|
||||
"prompt": "Search for Tools, Webhook, Deployment, etc..."
|
||||
},
|
||||
"customCSS": "/custom.css",
|
||||
"contextual": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Tools in Workflow Nodes"
|
||||
title: "Tools"
|
||||
---
|
||||
|
||||
Dograh AI lets you attach multiple tools (e.g. API calls) directly to workflow nodes. This allows your voice agents to call any internal or external system during a live conversation-based on LLM judgment and your prompts.
|
||||
|
|
@ -147,14 +147,6 @@ Poor naming or vague descriptions lead to:
|
|||
|
||||
<br/>
|
||||
<div style={{ borderBottom: '2px solid #e5e5e5', margin: '20px 0' }}></div>
|
||||
## View Code (Advanced)
|
||||
|
||||
While building a tool, use the **“View Code”** button at the top.
|
||||
This shows the **JavaScript code** used to make the API call, useful for:
|
||||
|
||||
- Debugging
|
||||
- Verifying headers/auth
|
||||
- Reusing logic elsewhere
|
||||
|
||||
## Key Best Practices
|
||||
- Name tools clearly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue