update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-14 00:24:12 +08:00
parent b991688edd
commit 7c21ce0e2e
5 changed files with 103 additions and 147 deletions

View File

@@ -422,6 +422,8 @@ export interface FlowchartEvaluationUpdate extends WebSocketMessage {
score?: number
grade?: string
feedback?: string
suggestions?: string
criteriaDetails?: any
error?: string
}