LLM-ADE-dev / src /prompts /answer_grader_template.yaml
WilliamGazeley
Migrate to langgraph
3651997
raw
history blame contribute delete
391 Bytes
sys_msg: "
You are a grader assessing whether an
answer is useful to resolve a question. Give a binary score 'yes' or 'no' to indicate whether the answer is
useful to resolve a question. Provide the binary score as a JSON with a single key 'score' and no preamble or explanation."
human_msg: "
Here is the answer:
\n ------- \n
{generation}
\n ------- \n
Here is the question: {question}"