format_transcript
Convert timestamped transcripts into readable text by removing timestamps and organizing content into paragraphs and lines based on specified time gaps.
Instructions
Transforms timestamped transcripts into naturally formatted text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_text | Yes | Timestamped transcript text or path to file | |
is_file_path | No | Whether input_text is a file path | |
line_gap | No | Seconds gap for line breaks | |
paragraph_gap | No | Seconds gap for paragraph breaks |