-
Artifact Logging: You can now access call logs directly through the new
logUrl
property in theArtifact
schema, providing a direct URL to call logs for each workflow execution to aid in debugging and compliance. -
Azure Speech Transcriber Segmentation: You can now fine-tune speech segmentation in
AzureSpeechTranscriber
usingsegmentationStrategy
,segmentationMaximumTimeMs
, andsegmentationSilenceTimeoutMs
properties for better transcription control.
Breaking Changes
The following changes may require updates to your existing integrations:
-
The
messagePlan
andbackgroundDenoisingEnabled
properties have been removed fromAssistant
,AssistantOverrides
,CreateAssistantDTO
, andUpdateAssistantDTO
. UsebackgroundSpeechDenoisingPlan
instead for background denoising configuration. -
The
segmentationMaxTimeMs
property inAzureSpeechTranscriber
has been replaced bysegmentationMaximumTimeMs
for consistency. -
The
variables
field inArtifact
andNodeArtifact
has been replaced byvariableValues
to standardize how extracted data is stored and referenced.