structuredContent property

Map<String, Object?>? get structuredContent

The content as structured output, if the Tool declared an outputSchema.

Implementation

Map<String, Object?>? get structuredContent =>
    _value['structuredContent'] as Map<String, Object?>?;