feat: Add the ability for the agents to execute a macro (#5698)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Fayaz Ahmed
2022-10-25 09:03:59 +05:30
committed by GitHub
parent d54392cb53
commit c3ec1d4f8a
14 changed files with 431 additions and 14 deletions

View File

@@ -119,6 +119,7 @@ describe('uiSettingsMixin', () => {
{ name: 'conversation_info' },
{ name: 'contact_attributes' },
{ name: 'previous_conversation' },
{ name: 'macros' },
]);
});
});