add bloom
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-30 05:33:19 -06:00
parent ecce21aaaf
commit 35dbfda52c
3 changed files with 26 additions and 2 deletions

View File

@@ -228,6 +228,7 @@ export const Submission = {
const res = await http.get(`/submission/stats/${taskId}`, { params })
return res.data as TaskStatsOut
},
}
export const Prompt = {