arguments property

Map<String, Object?>? get arguments

Arguments to use for templating the prompt.

Implementation

Map<String, Object?>? get arguments =>
    (_value[Keys.arguments] as Map?)?.cast<String, Object?>();