feat(prompt): Use date, not time in prompts
This commit is contained in:
parent
4edd173207
commit
8e6934bb64
12 changed files with 34 additions and 18 deletions
|
|
@ -65,5 +65,5 @@ export const academicSearchResponsePrompt = `
|
|||
{context}
|
||||
</context>
|
||||
|
||||
Current date & time in ISO format (UTC timezone) is: {date}.
|
||||
Current date is: {date}.
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -65,5 +65,5 @@ export const redditSearchResponsePrompt = `
|
|||
{context}
|
||||
</context>
|
||||
|
||||
Current date & time in ISO format (UTC timezone) is: {date}.
|
||||
Current date is: {date}.
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const webSearchRetrieverPrompt = `
|
|||
- The history is contained in the <conversation> tag after the <examples> below
|
||||
- The user question is contained in the <question> tag after the <examples> below
|
||||
- You must always return the rephrased question inside an <answer> XML block, if there are no links in the follow-up question then don't insert a <links> XML block in your response
|
||||
- Current date & time in ISO format (UTC timezone) is: {date}
|
||||
- Current date is: {date}
|
||||
- Do not include any other text in your answer
|
||||
|
||||
There are several examples attached for your reference inside the below examples XML block
|
||||
|
|
@ -212,5 +212,5 @@ export const webSearchResponsePrompt = `
|
|||
{context}
|
||||
</context>
|
||||
|
||||
Current date & time in ISO format (UTC timezone) is: {date}.
|
||||
Current date is: {date}.
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -65,5 +65,5 @@ export const wolframAlphaSearchResponsePrompt = `
|
|||
{context}
|
||||
</context>
|
||||
|
||||
Current date & time in ISO format (UTC timezone) is: {date}.
|
||||
Current date is: {date}.
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -65,5 +65,5 @@ export const youtubeSearchResponsePrompt = `
|
|||
{context}
|
||||
</context>
|
||||
|
||||
Current date & time in ISO format (UTC timezone) is: {date}.
|
||||
Current date is: {date}.
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue