mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +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
|
|
@ -51,6 +51,8 @@ class NodeDataDTO(BaseModel):
|
|||
extraction_enabled: bool = False
|
||||
extraction_prompt: Optional[str] = None
|
||||
extraction_variables: Optional[list[ExtractionVariableDTO]] = None
|
||||
call_tags_enabled: bool = False
|
||||
call_tags_prompt: Optional[str] = None
|
||||
add_global_prompt: bool = True
|
||||
wait_for_user_response: bool = False
|
||||
wait_for_user_response_timeout: Optional[float] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue