From a33fa6cffe8178666cd49c7df3bb47a39a952604 Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Sat, 3 Jan 2026 10:35:12 +0530 Subject: [PATCH] docs: modify tools section (#103) --- docs/docs.json | 6 +++--- docs/voice-agent/tools.mdx | 10 +--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index c0ef1a9..d79b245 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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": { diff --git a/docs/voice-agent/tools.mdx b/docs/voice-agent/tools.mdx index 0ba0a5a..f330220 100644 --- a/docs/voice-agent/tools.mdx +++ b/docs/voice-agent/tools.mdx @@ -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:
-## 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