update
This commit is contained in:
@@ -28,6 +28,7 @@ class TopicCreateRequest(BaseModel):
|
||||
class QaRunRequest(BaseModel):
|
||||
topic: str = Field(min_length=1, max_length=100)
|
||||
llm: bool = True # wie das Gate: Echtheits-/Dubletten-Stichprobe inklusive
|
||||
ebene: str | None = None # None = alle Ebenen; "inventory"/"artefacts" = ohne Guide-QA-Overhead
|
||||
|
||||
|
||||
class RepairRequest(BaseModel):
|
||||
@@ -48,6 +49,7 @@ class BlocksCreateRequest(BaseModel):
|
||||
auto_inventory: bool = True
|
||||
auto_artefacts: bool = True
|
||||
auto_guide: bool = True
|
||||
only_artefacts: bool = False # True = nur Board 2 auf dem fertigen Inventar (kein Board 1/QA-Gate)
|
||||
|
||||
|
||||
class GuideFormatRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user