From 215289808ee5386e5d66023d696fb56390e77899 Mon Sep 17 00:00:00 2001 From: Psychpsyo Date: Wed, 4 Jan 2023 11:00:46 +0100 Subject: [PATCH] Fix #336 --- discord-bot/bot/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bot/bot/messages.py b/discord-bot/bot/messages.py index f74f8720..8db54e37 100644 --- a/discord-bot/bot/messages.py +++ b/discord-bot/bot/messages.py @@ -151,7 +151,7 @@ def assistant_reply_message(task: protocol_schema.AssistantReplyTask) -> str: {_conversation(task.conversation)} -{_response_prompt("Please provide a reply to the assistant.")} +{_response_prompt("Please provide an assistant reply to the prompter.")} """