which_response_was_better:Literal[0,1,2]=Field(description="A number indicating which response was better. 0 means both responses are equally good.")
why:str=Field(description="In a short and concise manner, explain why the chosen response is better than the other. Be specific and give examples if relevant.")
score_response1:int=Field(description="A score between 1 and 10, indicating the quality of the response1, based on the criterions mentioned in the prompt.")
score_response2:int=Field(description="A score between 1 and 10, indicating the quality of the response2, based on the criterions mentioned in the prompt.")
=====
Exampleoutput:
```yaml
which_response_was_better:"X"
why:"Response X is better because it is more practical, and addresses the task requirements better since ..."