mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-16 11:31:04 +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/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": {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue