PrereqGapParseResult class
Result of parsing a single assistant message.
Constructors
-
PrereqGapParseResult({required String cleanedText, required List<
String> concepts}) -
const
Properties
- cleanedText → String
-
The original text with all
[PREREQUISITE_GAP: …]tags removed and adjacent whitespace tidied up so the user-visible message reads cleanly.final -
concepts
→ List<
String> -
Concept names extracted from the tags, in document order with
duplicates removed. Each name is trimmed of surrounding whitespace.
final
- hasGaps → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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