Skip to content

Commit 3a5170e

Browse files
Ikko Eltociear Ashimineskeptrunedev
Ikko Eltociear Ashimine
authored andcommitted
chore: update message_handler.rs
seperated -> separated
1 parent 95ca7f8 commit 3a5170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/handlers/message_handler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ pub async fn get_suggested_queries(
757757
.join("\n\n");
758758

759759
let content = ChatMessageContent::Text(format!(
760-
"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.",
760+
"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.",
761761
rag_content
762762
));
763763

0 commit comments

Comments
 (0)