From aa0ae2545a4fddff29f74bd1693828171fd1dcb3 Mon Sep 17 00:00:00 2001 From: thedragonsinn <98635854+thedragonsinn@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:53:06 +0530 Subject: [PATCH] `ai`: add bullet to aic --- app/plugins/ai/text_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/ai/text_query.py b/app/plugins/ai/text_query.py index 8650b53..90b9a0c 100644 --- a/app/plugins/ai/text_query.py +++ b/app/plugins/ai/text_query.py @@ -147,7 +147,7 @@ async def do_convo(chat: AsyncChat, message: Message): ai_response_text = get_response_text(ai_response, add_sources=True, quoted=True) _, prompt_message = await convo_obj.send_message( - text=f"**>\n.><**\n{ai_response_text}", + text=f"**>\n•><**\n{ai_response_text}", reply_to_id=reply_to_id, parse_mode=ParseMode.MARKDOWN, get_response=True,