import { Bluebag } from "@bluebag/ai-sdk"; const bluebag = new Bluebag({ apiKey: process.env.BLUEBAG_API_KEY });const config = await bluebag.enhance({ model, messages }); return streamText(config);