File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ def generate_chat_preamble(doc, birthdays=[]):
158158 header = []
159159 header .append ("@Languages:\t " + ", " .join (doc .langs ))
160160 header .append ("@Participants:\t " + ", " .join ([f"{ i .id } { i .name } " for i in doc .tiers ]))
161- if not check_utterances_ordered (doc ):
162- header .append ("@Options:\t bullets" )
161+ # if not check_utterances_ordered(doc):
162+ # header.append("@Options:\tbullets")
163163 header .append ("\n " .join ([f"@ID:\t { i .lang } |{ i .corpus } |{ i .id } |{ i .birthday } |{ i .additional [0 ]} |{ i .additional [1 ]} |{ i .additional [2 ]} |{ i .name } |{ i .additional [3 ]} |{ i .additional [4 ]} |" for i in doc .tiers ]))
164164 for i in birthdays :
165165 header .append (f"@{ i .id } :\t { i .content } " )
Original file line number Diff line number Diff line change 1- 0.7.22-post.12
2- October 26st , 2025
3- change numbers
1+ 0.7.22-post.13
2+ November 23rd , 2025
3+ Remove bullets
You can’t perform that action at this time.
0 commit comments