docs: modify tools section (#103)

This commit is contained in:
Sabiha Khan 2026-01-03 10:35:12 +05:30 committed by GitHub
parent db89aed377
commit a33fa6cffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 12 deletions

View file

@ -42,6 +42,7 @@
"voice-agent/introduction", "voice-agent/introduction",
"voice-agent/editing-a-workflow", "voice-agent/editing-a-workflow",
"voice-agent/template-variables", "voice-agent/template-variables",
"voice-agent/tools",
{ {
"group": "Nodes", "group": "Nodes",
"pages": [ "pages": [
@ -50,8 +51,7 @@
"voice-agent/agent", "voice-agent/agent",
"voice-agent/global", "voice-agent/global",
"voice-agent/api-trigger", "voice-agent/api-trigger",
"voice-agent/webhook", "voice-agent/webhook"
"voice-agent/tools"
] ]
} }
] ]
@ -113,7 +113,7 @@
} }
}, },
"search": { "search": {
"prompt": "Search for Webhook, Deployment, etc..." "prompt": "Search for Tools, Webhook, Deployment, etc..."
}, },
"customCSS": "/custom.css", "customCSS": "/custom.css",
"contextual": { "contextual": {

View file

@ -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. 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/> <br/>
<div style={{ borderBottom: '2px solid #e5e5e5', margin: '20px 0' }}></div> <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 ## Key Best Practices
- Name tools clearly - Name tools clearly