@nine-lab/nine-mu 0.1.180 → 0.1.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -139,16 +139,7 @@ export class NineChatManager {
|
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
|
|
142
|
-
handleChatSubmit = async v => {
|
|
143
|
-
|
|
144
|
-
const routes = await this.#getRoutes();
|
|
145
142
|
|
|
146
|
-
return await this.#callTool("system-brain", {
|
|
147
|
-
user_input : v,
|
|
148
|
-
routes : routes,
|
|
149
|
-
current_path : "/group_member/student_management",
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
143
|
|
|
153
144
|
#chatHistory = []; // 💡 이전 대화들을 저장할 메모리 창고
|
|
154
145
|
|