mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
Update prompts.yaml
- Fixed a typo
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user