SequentialThinkingInput class

Constructors

SequentialThinkingInput({required String thought, required bool nextThoughtNeeded, required int thoughtNumber, required int totalThoughts, bool? isRevision, int? revisesThought, int? branchFromThought, String? branchId, bool? needsMoreThoughts})
SequentialThinkingInput.fromJson(Map<String, dynamic> json)

Properties

branchFromThought int?
final
branchId String?
final
hashCode int
The hash code for this object.
no setterinherited
isRevision bool?
final
needsMoreThoughts bool?
final
nextThoughtNeeded bool
final
revisesThought int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thought String
final
thoughtNumber int
final
totalThoughts int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited