Skip to content

Commit f8f2cb5

Browse files
committed
feat(agent): add paragraph formatting rules to transcript prompt
1 parent df6c2a7 commit f8f2cb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/agent/transcript_agent.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ def refine_transcript_with_ai(content):
3939
11. Maintain emotional inflection and emphasis where important
4040
4141
12. Output only the refined transcript text - no explanations, no metadata
42+
13. Please separate the long text in one reply into smaller paragraphs
43+
14. Each paragraph should be under 100 words
44+
15. The separation should feel natural, based on shifts in topic or focus
45+
16. Make sure each section flows smoothly and preserves the original meaning
46+
17. The goal is to improve readability while keeping the content complete
47+
18. Don't remove information, only restructure it into clearer, shorter blocks
4248
4349
Transcript:
4450
{content}"""

0 commit comments

Comments
 (0)