docs: modify tools section

This commit is contained in:
Sabiha Khan 2026-01-03 10:31:54 +05:30
parent db89aed377
commit 23826e89c6
2 changed files with 4 additions and 12 deletions

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.
@ -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