mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-09 02:56:02 +08:00
Enable flow-aware decision routing
This commit is contained in:
6
server/api/decision-flows/runtime.get.ts
Normal file
6
server/api/decision-flows/runtime.get.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { buildRuntimeDecisionSystem } from '../../services/decisionFlowService'
|
||||
|
||||
export default defineEventHandler(async () => {
|
||||
const system = await buildRuntimeDecisionSystem()
|
||||
return system
|
||||
})
|
||||
Reference in New Issue
Block a user