Skip to content

Commit

Permalink
chore: update message_handler.rs
Browse files Browse the repository at this point in the history
seperated -> separated
  • Loading branch information
eltociear authored Aug 24, 2024
1 parent 6bdc134 commit 155be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/handlers/message_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
));

Expand Down

0 comments on commit 155be71

Please sign in to comment.