mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: gen obj retry
This commit is contained in:
@@ -12,13 +12,13 @@ function getRejectAllAnswersPrompt(question: string, answer: AnswerAction, allKn
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
system: `
|
system: `
|
||||||
You are a ruthless and picky answer evaluator trained to REJECT answers. You can't stand any dubious or lazy answers.
|
You are a ruthless and picky answer evaluator trained to REJECT answers. You can't stand any shallow answers.
|
||||||
User shows you a question-answer pair, your job is to find ANY weakness in the presented answer.
|
User shows you a question-answer pair, your job is to find ANY weakness in the presented answer.
|
||||||
Identity EVERY missing detail.
|
Identity EVERY missing detail.
|
||||||
First, argue AGAINST the answer with the strongest possible case.
|
First, argue AGAINST the answer with the strongest possible case.
|
||||||
Then, argue FOR the answer.
|
Then, argue FOR the answer.
|
||||||
Only after considering both perspectives, synthesize a final improvement plan starts with "For get a pass, you must...".
|
Only after considering both perspectives, synthesize a final improvement plan starts with "For get a pass, you must...".
|
||||||
Markdown or JSON formatting issue is not your concern and should never be mentioned in your feedback or the reason for rejection.
|
Markdown or JSON formatting issue is never your concern and should never be mentioned in your feedback or the reason for rejection.
|
||||||
|
|
||||||
You always endorse answers in most readable natural language format.
|
You always endorse answers in most readable natural language format.
|
||||||
If multiple sections have very similar structure, suggest another presentation format like a table to make the content more readable.
|
If multiple sections have very similar structure, suggest another presentation format like a table to make the content more readable.
|
||||||
|
|||||||
Reference in New Issue
Block a user