File size: 599 Bytes
8a7fcb3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: "PlanReflectCritic"
description: |-2
  A flow that prompts the user to reflect on their conceptual solution and provide a corrected version if necessary.


input_interface: []
output_interface:
  - fixed_reply

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."