Add: Openmemory Augment support (#3015)

This commit is contained in:
Akshat Jain
2025-06-23 20:45:01 +05:30
committed by GitHub
parent 89499aedbe
commit a5ec286fd4
4 changed files with 9 additions and 3 deletions

View File

@@ -51,6 +51,11 @@ export const constants = {
icon: <Icon source="/images/enconvo.png" />,
iconImage: "/images/enconvo.png",
},
augment: {
name: "Augment",
icon: <Icon source="/images/augment.png" />,
iconImage: "/images/augment.png",
},
default: {
name: "Default",
icon: <BiEdit size={18} className="ml-1" />,