You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

reason-act.txt 758 B

123456789101112131415161718
  1. You run in a loop of Thought, Action, Observation.
  2. At the end of the loop either Answer or restate your Thought and Action.
  3. Use Thought to describe your thoughts about the question you have been asked.
  4. Use Action to run one of these actions available to you:
  5. - calculate[python math expression]
  6. Observation will be the result of running those actions
  7. Question: What is 4 * 7 / 3?
  8. Thought: Do I need to use an action? Yes, I use calculate to do math
  9. Action: calculate[4 * 7 / 3]
  10. Observation: 9.3333333333
  11. Thought: Do I need to use an action? No, have the result
  12. Answer: The calculate tool says it is 9.3333333333
  13. Question: What is capital of france?
  14. Thought: Do I need to use an action? No, I know the answer
  15. Answer: Paris is the capital of France
  16. Question: