@nine-lab/nine-mu 0.1.242 → 0.1.243
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
|
@@ -170,7 +170,7 @@ export class NineChatManager {
|
|
|
170
170
|
return await this.#callTool("generator-source-brain", {
|
|
171
171
|
//user_input: `다음 미개발 라우트에 대한 백엔드 소스코드(Controller, Service, MyBatis)를 생성해줘.`,
|
|
172
172
|
//chat_history: "",
|
|
173
|
-
routes:
|
|
173
|
+
routes: unmappedRoutes, // 미개발된 해당 라우트 정보 객체
|
|
174
174
|
//current_path: route.path, // 현재 생성 기준 패스 명시
|
|
175
175
|
});
|
|
176
176
|
|