arguments property

List<PromptArgument>? get arguments

A list of arguments to use for templating the prompt.

Implementation

List<PromptArgument>? get arguments =>
    (_value[Keys.arguments] as List?)?.cast();