isReasoning property
bool
get
isReasoning
Whether this part is a reasoning part.
Implementation
bool get isReasoning => toJson().containsKey('reasoning');
Whether this part is a reasoning part.
bool get isReasoning => toJson().containsKey('reasoning');