Skip to content

Commit dc86148

Browse files
authored
Remove tabs in websearch prompt (#754)
1 parent bccd811 commit dc86148

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib/buildPrompt.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ export async function buildPrompt({
4444
modifiedMessages[lastUsrMsgIndex] = {
4545
from: "user",
4646
content: `I searched the web using the query: ${webSearch.searchQuery}. Today is ${currentDate} and here are the results:
47-
=====================
48-
${webSearch.context}
49-
=====================
50-
${previousQuestions}
51-
Answer the question: ${messages[lastUsrMsgIndex].content} `,
47+
=====================
48+
${webSearch.context}
49+
=====================
50+
${previousQuestions}
51+
Answer the question: ${messages[lastUsrMsgIndex].content}`,
5252
};
5353
}
5454
// section to handle potential files input

0 commit comments

Comments
 (0)