mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Allow automation as an output mode supported by custom agents
This commit is contained in:
@@ -174,6 +174,7 @@ class Agent(BaseModel):
|
||||
# These map to various ConversationCommand types
|
||||
TEXT = "text"
|
||||
IMAGE = "image"
|
||||
AUTOMATION = "automation"
|
||||
|
||||
creator = models.ForeignKey(
|
||||
KhojUser, on_delete=models.CASCADE, default=None, null=True, blank=True
|
||||
|
||||
Reference in New Issue
Block a user