From 155be71b2762f8afa23f60c74f675fc0924ed7ae Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 24 Aug 2024 16:29:15 +0900 Subject: [PATCH] chore: update message_handler.rs seperated -> separated --- server/src/handlers/message_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/handlers/message_handler.rs b/server/src/handlers/message_handler.rs index a13625805..882c42394 100644 --- a/server/src/handlers/message_handler.rs +++ b/server/src/handlers/message_handler.rs @@ -699,7 +699,7 @@ pub async fn get_suggested_queries( .join("\n\n"); let content = ChatMessageContent::Text(format!( - "Here is some context for the dataset for which the user is querying for {}. Generate 10 suggested followup keyword searches based off the domain of this dataset. Your only response should be the 10 followup keyword searches which are seperated by new lines and are just text and you do not add any other context or information about the followup keyword searches. This should not be a list, so do not number each keyword search. These followup keyword searches should be related to the domain of the dataset.", + "Here is some context for the dataset for which the user is querying for {}. Generate 10 suggested followup keyword searches based off the domain of this dataset. Your only response should be the 10 followup keyword searches which are separated by new lines and are just text and you do not add any other context or information about the followup keyword searches. This should not be a list, so do not number each keyword search. These followup keyword searches should be related to the domain of the dataset.", rag_content ));