© 2026 Hedgehog Software, LLC
const query = db .update(chats) .set({ modelConfig: sql.placeholder('modelConfig') }) .where(eq(chats.chatID, chatID)) .prepare()