Open
Description
Type Of Change
- New SWML Method
- Update to existing SWML Method
Are These Changes Already In Production?
- Yes
- No
Description
ai-summary
is a boolean that toggles the AI summary feature, which appends a summary at the end of the transcript.
- Method(s) Added/Updated:
live_transcribe
- Method Field(s) Added/Updated:
- Add
ai_summary
, which is at the same level aswebhook
under action > start. (See example)
- Add
SWML Example
Funnily enough, there is actually already an example in the docs! The Start example shows ai_summary
in usage.