mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Add additional icons for agents, pencil line and chalkboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user