Workflow Configuration Enhancements and Assistant Updates
-
Workflow-Level Configuration of Voice and Plans: Developers can now configure
voice
,transcriber
, and various plans likemonitorPlan
andartifactPlan
at the workflow level. These configurations can still be overridden at the node level if needed. -
Use of Dynamic Credentials in Workflows: Workflows now support
credentials
andcredentialIds
, allowing you to specify dynamic credentials for workflow calls. This offers more flexibility in credential management, enabling credentials to be tied directly to specific workflows. -
backgroundDenoisingEnabled
Deprecated in Assistants: ThebackgroundDenoisingEnabled
property in Assistant is now deprecated. You should use the newAssistant.backgroundSpeechDenoisingPlan
to configure advanced background noise and speech denoising features.