Skip to content

Commit

Permalink
chore: add notification & rename title app capablilities (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Nov 14, 2024
2 parents 8a36861 + 4267a88 commit 4342c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routers/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_plugin_capabilities():
{'title': 'Memory Creation', 'id': 'memory_creation'},
{'title': 'Transcript Processed', 'id': 'transcript_processed'},
]},
{'title': 'Proactive Notification', 'id': 'proactive_notification', 'scopes': [
{'title': 'Notification', 'id': 'proactive_notification', 'scopes': [
{'title': 'User Name', 'id': 'user_name'},
{'title': 'User Facts', 'id': 'user_facts'}
]}
Expand Down

0 comments on commit 4342c8b

Please sign in to comment.