CC_flows / FixedReply_PlanReflect.yaml
martinjosifoski's picture
remove verbose (#5)
6128d20
raw
history blame
No virus
772 Bytes
name: "PlanReflectCritic"
description: "A flow that prompts the user to reflect on their conceptual solution and provide a corrected version if necessary."
input_data_transformations: []
input_keys: []
output_data_transformations:
- _target_: flows.data_transformations.KeyRename
old_key2new_key:
raw_response: "plan_reflect_message"
output_keys:
- "plan_reflect_message"
fixed_reply: |2-
Consider the problem statement and the last proposed solution. Are you sure that the solution is provided in the requested format, and crucially, solves the problem?
If that is not the case, provide the corrected version of the conceptual solution in the following format:
# Conceptual solution
{{conceptual_solution}}
otherwise, reply:
"Final answer."