Create get prompt result from a JSON map
factory GetPromptResult.fromJson(Map<String, dynamic> json) => _$GetPromptResultFromJson(json);