diff --git a/backend/routers/apps.py b/backend/routers/apps.py index 896a44ef4..a0d80cc5c 100644 --- a/backend/routers/apps.py +++ b/backend/routers/apps.py @@ -165,11 +165,11 @@ def get_plugin_capabilities(): {'title': 'External Integration', 'id': 'external_integration', 'triggers': [ {'title': 'Memory Creation', 'id': 'memory_creation'}, {'title': 'Transcript Processed', 'id': 'transcript_processed'}, - ]}, - {'title': 'Proactive Notification', 'id': 'proactive_notification', 'scopes': [ - {'title': 'User Name', 'id': 'user_name'}, - {'title': 'User Facts', 'id': 'user_facts'} ]} + # {'title': 'Proactive Notification', 'id': 'proactive_notification', 'scopes': [ + # {'title': 'User Name', 'id': 'user_name'}, + # {'title': 'User Facts', 'id': 'user_facts'} + # ]} ] diff --git a/backend/routers/plugins.py b/backend/routers/plugins.py index 89d91ca60..7ae7b7618 100644 --- a/backend/routers/plugins.py +++ b/backend/routers/plugins.py @@ -172,8 +172,7 @@ def get_plugin_triggers(): # TODO: Include audio_bytes trigger when the code for it triggering through plugin is ready return [ {'title': 'Memory Creation', 'id': 'memory_creation'}, - {'title': 'Transcript Processed', 'id': 'transcript_processed'}, - {'title': 'Proactive Notification', 'id': 'proactive_notification'} + {'title': 'Transcript Processed', 'id': 'transcript_processed'} ]