I submitted a transcript for the summarizer to summarize, but it gets an error thinking that the input is a URL instead.
The parser is probably only looking for a colon in the beginning word, where instead it should probably be something like ^\s*https?://
to determine if it's a URL.
The summarize works when removing "JOHN:" from the beginning.
I expected the summarizer to summarize the transcript.