mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +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
|
|
@ -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