Recommendations are now generated by AI, changed format for key findings, risks names are now bold
This commit is contained in:
@@ -106,7 +106,8 @@ class Document(models.Model):
|
||||
created_at = models.DateTimeField(auto_now_add=True)
|
||||
modified_at = models.DateTimeField(auto_now=True)
|
||||
key_findings = models.TextField(blank=True, null=True, help_text="Key findings")
|
||||
|
||||
recomendations = models.TextField(blank=True, null=True, help_text="Recommendations")
|
||||
|
||||
def __str__(self):
|
||||
return f"Document for {self.organization.name}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user