update
This commit is contained in:
@@ -14,6 +14,12 @@ class GuideCreateRequest(BaseModel):
|
||||
topic: str = Field(min_length=1, max_length=100)
|
||||
format: FormatType
|
||||
instructions: str = Field(default="", max_length=2000)
|
||||
reindex: bool = False
|
||||
|
||||
|
||||
class ProjectResponse(BaseModel):
|
||||
name: str
|
||||
cached: bool
|
||||
|
||||
|
||||
class GuideReworkRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user