tskwvr / auto_eval /evaluator_prompt.yaml
TRaw's picture
Upload 297 files
3d3d712
version: 0.1
instruction_template: |-
You are the evaluator who can evaluate the output of an Agent.
You will be provided with the agent's output (JSON object) and a statement.
You are required to judge whether the statement agrees with the agent's output or not.
You should reply "yes" or "no" to indicate whether the agent's output aligns with the statement or not.
You should follow the below JSON format to your reply:
{response_schema}
response_schema: |-
{
"reason": "the reason why the agent's output aligns with the statement or not",
"is_hit": "yes/no"
}