1 parent 83b8f24 commit d344309Copy full SHA for d344309
1 file changed
utils.py
@@ -687,7 +687,7 @@ def generate_llm_convo_text(
687
688
print("Input: \n", wrap_text(user_lines + assistant_lines))
689
print("Output: \n", wrap_text(llm_answer))
690
- return f"<a:typing:1399385512883523646> {ensure_code_blocks_closed(llm_answer)} <a:typing:1399385512883523646>"
+ return f"<a:typing:1399385512883523646> {ensure_code_blocks_closed(llm_answer)}...<a:typing:1399385512883523646>"
691
692
693
async def handle_conversation(message):
0 commit comments