@nine-lab/nine-mu 0.1.244 → 0.1.246
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
|
@@ -231,6 +231,7 @@ export class NineChat extends HTMLElement {
|
|
|
231
231
|
#sourceGenHandler = async e => {
|
|
232
232
|
const routes = await this.#manager.getRoutes();
|
|
233
233
|
const response = await this.#manager.analyzeUnmappedRoutes(routes);
|
|
234
|
+
trace.log(response);
|
|
234
235
|
}
|
|
235
236
|
|
|
236
237
|
#showDiff = (asis, tobe, lang) => {
|
|
@@ -171,7 +171,7 @@ export class NineChatManager {
|
|
|
171
171
|
|
|
172
172
|
trace.log(unmappedRoutes);
|
|
173
173
|
|
|
174
|
-
return await this.#callTool("
|
|
174
|
+
return await this.#callTool("generate-source-brain", {
|
|
175
175
|
//user_input: `다음 미개발 라우트에 대한 백엔드 소스코드(Controller, Service, MyBatis)를 생성해줘.`,
|
|
176
176
|
//chat_history: "",
|
|
177
177
|
routes: unmappedRoutes, // 미개발된 해당 라우트 정보 객체
|