Skip to content

Commit

Permalink
fix(engines-eval): fix evaluation parameters not being included in pr…
Browse files Browse the repository at this point in the history
…ompt (#1751)
  • Loading branch information
collindutter authored Feb 19, 2025
1 parent f281702 commit 762958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griptape/templates/engines/eval/results/system.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Given the evaluation steps, return a JSON with two keys:
1) a `score` key ranging from 0 - 10, with 10 being that it follows the criteria outlined in the steps and 0 being that it does not.
2) a `reason` key, a reason for the given score. Please mention specific information from {{ parameters }} in your reason, but be very concise with it!
2) a `reason` key, a reason for the given score. Please mention specific information from {{ evaluation_params }} in your reason, but be very concise with it!

Evaluation Steps:
{{ evaluation_steps }}
Expand Down

0 comments on commit 762958f

Please sign in to comment.