mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
* feat: add stt evals * add smart turn as provider * chore: remove deprecations * chore: format files * fix: remove deprecated UserIdleProcessor * fix: remove deprecated TranscriptProcessor * chore: update pipecat submodule * feat: add evals visualisation * fix: trigger llm generation on client connected and pipeline started * chore: update pipecat * chore: update pipecat submodule * Add tests * fix: slow loading of workflow page * chore: update pipecat submodule * Show version after release * Fixes #99 * fix: provider check for websocket connection * Fixes #107 * Fix #96 * chore: fix documentation * fix: cloudonix campaign call error --------- Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
9 lines
529 B
Python
9 lines
529 B
Python
class FunctionNames:
|
|
CALCULATE_WORKFLOW_RUN_COST = "calculate_workflow_run_cost"
|
|
RUN_INTEGRATIONS_POST_WORKFLOW_RUN = "run_integrations_post_workflow_run"
|
|
PROCESS_WORKFLOW_COMPLETION = "process_workflow_completion"
|
|
UPLOAD_VOICEMAIL_AUDIO_TO_S3 = "upload_voicemail_audio_to_s3"
|
|
SYNC_CAMPAIGN_SOURCE = "sync_campaign_source"
|
|
PROCESS_CAMPAIGN_BATCH = "process_campaign_batch"
|
|
MONITOR_CAMPAIGN_PROGRESS = "monitor_campaign_progress"
|
|
PROCESS_KNOWLEDGE_BASE_DOCUMENT = "process_knowledge_base_document"
|