import prisma from "indite-js/lib/prisma"; export const deleteSession = (id: string) => prisma.chatSession.deleteMany({ where: { id, }, });