const bio = await nanobanana.generate({
template: "partner-bio",
inputs: {
partnerName: "Sarah Johnson",
niche: "wellness coaching",
brandName: "Vitality Labs",
brandVoice: "approachable, science-backed, empowering",
productCategories: ["supplements", "protein", "vitamins"]
},
constraints: {
length: "2-3 sentences",
tone: "authentic, not salesy",
mustInclude: ["why they chose this brand"]
}
});
// Result:
// "Sarah is a certified wellness coach who helps busy professionals
// build sustainable health habits. She partnered with Vitality Labs
// because she believes quality supplements shouldn't require a
// chemistry degree to understand."