content property

List<Map<String, dynamic>>? content
final

The reasoning content that was generated.

Contains a list of content parts that make up the reasoning. Each item can be of various types (text, image, file, etc.) based on the model's reasoning output.

Implementation

final List<Map<String, dynamic>>? content;