Skip to content

Commit d344309

Browse files
fix: append ellipsis to LLM response output for clarity
1 parent 83b8f24 commit d344309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def generate_llm_convo_text(
687687

688688
print("Input: \n", wrap_text(user_lines + assistant_lines))
689689
print("Output: \n", wrap_text(llm_answer))
690-
return f"<a:typing:1399385512883523646> {ensure_code_blocks_closed(llm_answer)} <a:typing:1399385512883523646>"
690+
return f"<a:typing:1399385512883523646> {ensure_code_blocks_closed(llm_answer)}...<a:typing:1399385512883523646>"
691691

692692

693693
async def handle_conversation(message):

0 commit comments

Comments
 (0)