fix: schedule run failed

This commit is contained in:
Acbox
2026-02-15 16:12:53 +08:00
parent c014fd3095
commit 37360ad8e4
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -95,6 +95,7 @@ export const chatModule = new Elysia({ prefix: '/chat' })
}),
})
.post('/trigger-schedule', async ({ body, bearer }) => {
console.log('trigger-schedule', body)
const authFetcher = createAuthFetcher(bearer)
const { triggerSchedule } = createAgent({
model: body.model as ModelConfig,