PromptTemplate constructor
PromptTemplate({})
Implementation
PromptTemplate({required this.name, this.description, required this.prompt, Map<String, String>? annotations})
: annotations = annotations ?? const <String, String>{};