improved on sops generations on questions and added bot suggestion
This commit is contained in:
@@ -5,6 +5,7 @@ class Question(BaseModel):
|
||||
assigned_to: str
|
||||
role: str
|
||||
questions: str
|
||||
area_tag:str
|
||||
|
||||
class AssementQuestion(BaseModel):
|
||||
number: int
|
||||
|
||||
@@ -3,6 +3,7 @@ from typing import List, Optional
|
||||
|
||||
|
||||
class Categories(BaseModel):
|
||||
|
||||
must: Optional[List[str]] = Field(default_factory=list)
|
||||
shall: Optional[List[str]] = Field(default_factory=list)
|
||||
will: Optional[List[str]] = Field(default_factory=list)
|
||||
|
||||
Reference in New Issue
Block a user