mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: add call tags extraction in workflow
This commit is contained in:
parent
7a102026fb
commit
15809e03a4
8 changed files with 345 additions and 7 deletions
|
|
@ -43,6 +43,8 @@ class Node:
|
|||
self.extraction_enabled = data.extraction_enabled
|
||||
self.extraction_prompt = data.extraction_prompt
|
||||
self.extraction_variables = data.extraction_variables
|
||||
self.call_tags_enabled = data.call_tags_enabled
|
||||
self.call_tags_prompt = data.call_tags_prompt
|
||||
self.add_global_prompt = data.add_global_prompt
|
||||
self.detect_voicemail = data.detect_voicemail
|
||||
self.delayed_start = data.delayed_start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue