This commit is contained in:
itsrubberduck
2025-09-20 09:50:20 +02:00
35 changed files with 692 additions and 1137 deletions

View File

@@ -15,7 +15,7 @@ export default defineEventHandler(async (event) => {
try {
const { decision, trace } = await routeDecision(body)
// Log für Debugging bei off-schema oder radio check
// Log for debugging when off-schema or radio check triggers
if (decision.off_schema) {
console.log(`[ATC] Off-schema response for: "${body.pilot_utterance}"`)
}