SequentialThinkingInput constructor
SequentialThinkingInput({})
Implementation
SequentialThinkingInput({
required this.thought,
required this.nextThoughtNeeded,
required this.thoughtNumber,
required this.totalThoughts,
this.isRevision,
this.revisesThought,
this.branchFromThought,
this.branchId,
this.needsMoreThoughts,
});