Artifact Logging: You can now access call logs directly through the new logUrl property in the Artifact 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 using segmentationStrategy, segmentationMaximumTimeMs, and segmentationSilenceTimeoutMs properties for better transcription control.
Breaking Changes
The following changes may require updates to your existing integrations:
The messagePlan and backgroundDenoisingEnabled properties have been removed from Assistant, AssistantOverrides, CreateAssistantDTO, and UpdateAssistantDTO. Use backgroundSpeechDenoisingPlan instead for background denoising configuration.
The segmentationMaxTimeMs property in AzureSpeechTranscriber has been replaced by segmentationMaximumTimeMs for consistency.
The variables field in Artifact and NodeArtifact has been replaced by variableValues to standardize how extracted data is stored and referenced.