factory EmbedContentResponse.fromJson(Map<String, dynamic> json) { return EmbedContentResponse( embedding: decode(json['embedding'], ContentEmbedding.fromJson), ); }