Public Access
Add transcript line workflow rules
PR and Push Build/Test / build-and-test (push) Failing after 13m27s
PR and Push Build/Test / build-and-test (push) Failing after 13m27s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Change: Add transcript write workflow rules
|
||||
|
||||
## Why
|
||||
Azure Speech can emit masked profanity as `*****`. In markdown transcript files, that token can be interpreted as formatting instead of normal transcript text, which makes the generated transcript harder to read and summarize.
|
||||
|
||||
## What Changes
|
||||
- Add a workflow trigger for transcript line writes.
|
||||
- Expose the formatted transcript line and speaker name to workflow conditions and Razor step templates.
|
||||
- Allow workflow rules to set the transcript line before it is appended or rewritten.
|
||||
- Add a default local rule that replaces `*****` with `[redacted]`.
|
||||
|
||||
## Impact
|
||||
- Extends the meeting workflow engine event model.
|
||||
- Routes live transcript appends and finished transcript rewrites through the workflow engine before writing lines.
|
||||
- Updates workflow documentation and rule validation.
|
||||
Reference in New Issue
Block a user