diff --git a/app/javascript/dashboard/routes/dashboard/captain/assistants/tools/Index.vue b/app/javascript/dashboard/routes/dashboard/captain/assistants/tools/Index.vue index 3510e58..a1084fc 100644 --- a/app/javascript/dashboard/routes/dashboard/captain/assistants/tools/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/captain/assistants/tools/Index.vue @@ -26,6 +26,16 @@ const deleteDialogRef = ref(null); const selectedTool = ref(null); const dialogType = ref(''); +const nativeToolKeys = [ + 'react_to_message', + 'check_availability', + 'update_contact', + 'create_reservation_intent', + 'generate_pix', + 'status_suites', + 'suite_watchdog', +]; + const assistantId = computed(() => route.params.assistantId); const fetchTools = async () => { @@ -153,7 +163,7 @@ onMounted(() => {