metaData property

Map<String, dynamic>? metaData
final

A flexible collection of supplementary information provided by the API.

This map often includes usage statistics (token counts), model identifiers, or specialized execution flags. Maps to meta_data in the JSON payload.

Implementation

final Map<String, dynamic>? metaData;