mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add QA node documentation
This commit is contained in:
parent
87e72d5f6f
commit
0b3a8bca46
2 changed files with 15 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
|||
"voice-agent/end-call",
|
||||
"voice-agent/agent",
|
||||
"voice-agent/global",
|
||||
"voice-agent/qa",
|
||||
"voice-agent/api-trigger",
|
||||
"voice-agent/webhook"
|
||||
]
|
||||
|
|
|
|||
14
docs/voice-agent/qa.mdx
Normal file
14
docs/voice-agent/qa.mdx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: "QA"
|
||||
description: "QA node allows you to run post-call quality analysis on your Voice Agent runs"
|
||||
---
|
||||
|
||||
The QA node lets you define quality analysis criteria that are automatically evaluated after each call ends. Use it to score agent performance, check compliance, or extract structured insights from conversations.
|
||||
|
||||
### Creating a QA Node
|
||||
|
||||
You can add a QA node to your workflow from the Voice Agent Builder. Once added, configure the analysis criteria that you want to evaluate for each call.
|
||||
|
||||
### Viewing QA Results
|
||||
|
||||
After a call completes, the QA analysis runs automatically. You can view the results on the **Run Detail** page for each individual run.
|
||||
Loading…
Add table
Add a link
Reference in a new issue