This commit is contained in:
Team3
2026-05-28 22:38:01 +02:00
parent 4594c2e372
commit 96536498d0
7 changed files with 219 additions and 48 deletions

View File

@@ -37,6 +37,10 @@ class BausteinCreateRequest(BaseModel):
title: str = Field(min_length=1, max_length=200)
class BausteinReworkRequest(BaseModel):
instructions: str = Field(min_length=1, max_length=2000)
class BausteinResponse(BaseModel):
id: str
topic: str