arguments property

List<PromptArgument>? get arguments

A list of arguments to use for templating the prompt.

Implementation

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