add evaluations

This commit is contained in:
Kyle Corbitt
2023-07-06 13:39:13 -07:00
parent 1ae5612d55
commit f728027ef6
18 changed files with 614 additions and 68 deletions

View File

@@ -10,9 +10,7 @@ export const promptVariantsRouter = createTRPCRouter({
experimentId: input.experimentId,
visible: true,
},
orderBy: {
sortIndex: "asc",
},
orderBy: { sortIndex: "asc" },
});
}),