GenerationReasoningChunkEvent class final
Event containing a reasoning/thinking text chunk.
- Inheritance
-
- Object
- GenerationEvent
- GenerationReasoningChunkEvent
Constructors
- GenerationReasoningChunkEvent({required String generationId, required String chunk})
-
Creates a new GenerationReasoningChunkEvent.
const
Properties
- chunk → String
-
The reasoning text chunk.
final
- generationId → String
-
The unique generation identifier.
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited