We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccd811 commit dc86148Copy full SHA for dc86148
src/lib/buildPrompt.ts
@@ -44,11 +44,11 @@ export async function buildPrompt({
44
modifiedMessages[lastUsrMsgIndex] = {
45
from: "user",
46
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} `,
+=====================
+${webSearch.context}
+${previousQuestions}
+Answer the question: ${messages[lastUsrMsgIndex].content}`,
52
};
53
}
54
// section to handle potential files input
0 commit comments