Add "agents" category to NATIVE_CATEGORIES

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-25 14:46:08 -03:00
commit 60139e9c87

View file

@ -748,6 +748,7 @@ export const NATIVE_CATEGORIES = [
"models",
"helpers",
"experimental",
"agents",
];
export const SAVE_DEBOUNCE_TIME = 500;