README updates and minor tweaks
This commit is contained in:
@@ -26,6 +26,7 @@ export const promptVariantsRouter = createTRPCRouter({
|
||||
const lastScenario = await prisma.promptVariant.findFirst({
|
||||
where: {
|
||||
experimentId: input.experimentId,
|
||||
visible: true,
|
||||
},
|
||||
orderBy: {
|
||||
sortIndex: "desc",
|
||||
|
||||
Reference in New Issue
Block a user