description property
String?
get
description
A description of what this template is for.
This can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a "hint" to the model.
Implementation
String? get description => _value['description'] as String?;