Add additional icons for agents, pencil line and chalkboard

This commit is contained in:
sabaimran
2024-08-05 17:23:29 +05:30
parent bafda233e2
commit 1eab6c8590
3 changed files with 47 additions and 0 deletions

View File

@@ -135,6 +135,8 @@ class Agent(BaseModel):
CODE = "Code"
ATOM = "Atom"
CLOCK_COUNTER_CLOCKWISE = "ClockCounterClockwise"
PENCIL_LINE = "PencilLine"
CHALKBOARD = "Chalkboard"
creator = models.ForeignKey(
KhojUser, on_delete=models.CASCADE, default=None, null=True, blank=True