From b1c8275b6db06727f25d2e03eb8da70d1828f3fc Mon Sep 17 00:00:00 2001 From: Sharjeel Yunus <61178058+sharjeelyunus@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:27:56 +0500 Subject: [PATCH] feat: rename 'chat' module to 'ai_chat' for clarity and consistency --- starter/modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/modules.js b/starter/modules.js index 0916cd901..8e5489e82 100644 --- a/starter/modules.js +++ b/starter/modules.js @@ -116,7 +116,7 @@ export const modules = [ ] }, { - name: 'chat', + name: 'ai_chat', path: 'scripts/modules/enable_chat.dart', parameters: [] },