This commit is contained in:
team3
2026-06-14 12:24:49 +02:00
parent 8382d6f27a
commit 822f6ee3e9
10 changed files with 266 additions and 59 deletions

View File

@@ -196,7 +196,8 @@ class BausteinPruefungRequest(BaseModel):
class BausteinPruefungResponse(BaseModel):
reply: str
feedback: str | None = None
frage: str
bewertung: Literal["gut", "schlecht"] | None = None
gute_antworten: int
absolviert: bool