Map<String, dynamic> toJson() => { 'name': name, if (description != null) 'description': description, 'prompt': prompt, if (annotations.isNotEmpty) 'annotations': annotations, };