-
Artifact Logging: You can now access call logs directly through the new
logUrlproperty in theArtifactschema, 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
AzureSpeechTranscriberusingsegmentationStrategy,segmentationMaximumTimeMs, andsegmentationSilenceTimeoutMsproperties for better transcription control.
Breaking Changes
The following changes may require updates to your existing integrations:
-
The
messagePlanandbackgroundDenoisingEnabledproperties have been removed fromAssistant,AssistantOverrides,CreateAssistantDTO, andUpdateAssistantDTO. UsebackgroundSpeechDenoisingPlaninstead for background denoising configuration. -
The
segmentationMaxTimeMsproperty inAzureSpeechTranscriberhas been replaced bysegmentationMaximumTimeMsfor consistency. -
The
variablesfield inArtifactandNodeArtifacthas been replaced byvariableValuesto standardize how extracted data is stored and referenced.