zwischenstand
This commit is contained in:
@@ -15,9 +15,22 @@ const (
|
||||
ActionDone = "done"
|
||||
ActionDelete = "delete"
|
||||
|
||||
// Memory
|
||||
ActionIngestURL = "url"
|
||||
ActionIngestPDF = "pdf"
|
||||
ActionProfile = "profile"
|
||||
ActionProfileShow = "profile-show"
|
||||
|
||||
// Knowledge
|
||||
ActionKnowledgeList = "list"
|
||||
ActionKnowledgeDelete = "delete"
|
||||
|
||||
// Tool/Email
|
||||
ActionEmail = "email"
|
||||
ActionEmail = "email"
|
||||
ActionEmailSummary = "summary"
|
||||
ActionEmailUnread = "unread"
|
||||
ActionEmailRemind = "remind"
|
||||
ActionEmailIngest = "ingest"
|
||||
ActionEmailMove = "move"
|
||||
ActionEmailTriage = "triage"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user