Update prompts.yaml

- Fixed a typo
This commit is contained in:
Xisen Wang
2024-07-19 15:03:59 +08:00
committed by GitHub
parent 6adb9faff9
commit 73adf51fef
+1 -1
View File
@@ -2,7 +2,7 @@ hypothesis_and_feedback: |-
{% for hypothesis, experiment, feedback in trace.hist %}
Hypothesis {{ loop.index }}: {{ hypothesis }}
Observation on the result with the hypothesis: {{ feedback.observations }}
N: {{ feedback.hypothesis_evaluation }}
Feedback on the original hypothesis: {{ feedback.hypothesis_evaluation }}
New Feedback for Context (For you to agree or improve upon): {{ feedback.new_hypothesis }}
Reasoning for new hypothesis: {{ feedback.reason }}
Did changing to this hypothesis work? (focus on the change): {{ feedback.decision }}