udpate
This commit is contained in:
@@ -14,6 +14,11 @@ FormatType = Literal[
|
||||
class GuideCreateRequest(BaseModel):
|
||||
topic: str = Field(min_length=1, max_length=100)
|
||||
format: FormatType
|
||||
instructions: str = Field(default="", max_length=2000)
|
||||
|
||||
|
||||
class GuideReworkRequest(BaseModel):
|
||||
instructions: str = Field(min_length=1, max_length=2000)
|
||||
|
||||
|
||||
class GuideResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user