Method CreateThought
CreateThought(int, string, string)
Creates a thought step.
public static PlanningStep CreateThought(int stepNumber, string thought, string rawOutput = null)
Parameters
stepNumberintThe step number.
thoughtstringThe thought content.
rawOutputstringThe raw model output.
Returns
- PlanningStep
A new thought step.