update
This commit is contained in:
@@ -35,6 +35,7 @@ class GuideResponse(BaseModel):
|
||||
class BausteinCreateRequest(BaseModel):
|
||||
topic: str = Field(min_length=1, max_length=100)
|
||||
title: str = Field(min_length=1, max_length=200)
|
||||
instructions: str = Field(default="", max_length=2000)
|
||||
|
||||
|
||||
class BausteinReworkRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user