const webSearchPrompt =`
Using the provided web search results, write a comprehensive reply to the given query.
If the provided search results refer to multiple subjects with the same name, write separate answers for each subject.
Make sure to cite results using \`[[number](URL)]\` notation after the reference.
Web search json results:
"""
${JSON.stringify(searchResult)}
"""
Current date:
"""
${newDate().toISOString()}
"""
Query:
"""
${content}
"""
Reply in ${getLang()} and markdown.`