diff --git a/dbgpt/agent/core/base_agent.py b/dbgpt/agent/core/base_agent.py index fde551efb..48670a7bf 100644 --- a/dbgpt/agent/core/base_agent.py +++ b/dbgpt/agent/core/base_agent.py @@ -341,6 +341,9 @@ class ConversableAgent(Role, Agent): received_message=received_message, rely_messages=rely_messages, ) + + retry_message.rounds = reply_message.rounds + 1 + retry_message.content = fail_reason retry_message.current_goal = received_message.current_goal @@ -351,6 +354,7 @@ class ConversableAgent(Role, Agent): await sender.send( retry_message, self, reviewer, request_reply=False ) + reply_message.rounds = retry_message.rounds + 1 # In manual retry mode, load all messages of the last speaker as dependent messages # noqa logger.info( diff --git a/dbgpt/agent/core/plan/team_auto_plan.py b/dbgpt/agent/core/plan/team_auto_plan.py index 66699c74e..20d5014ac 100644 --- a/dbgpt/agent/core/plan/team_auto_plan.py +++ b/dbgpt/agent/core/plan/team_auto_plan.py @@ -168,6 +168,7 @@ class AutoPlanChatManager(ManagerAgent): ) speaker: Agent = sender final_message = message.content + rounds = message.rounds for i in range(self.max_round): if not self.memory: return ActionOutput( @@ -196,11 +197,12 @@ class AutoPlanChatManager(ManagerAgent): plan_message = await planner.generate_reply( received_message=AgentMessage.from_llm_message( - {"content": message.content} + {"content": message.content, "rounds": rounds} ), sender=self, reviewer=reviewer, ) + rounds = plan_message.rounds await planner.send( message=plan_message, recipient=self, request_reply=False ) @@ -228,6 +230,7 @@ class AutoPlanChatManager(ManagerAgent): "plan_task": now_plan.sub_task_content, "plan_task_num": now_plan.sub_task_num, }, + rounds=rounds + 1, ) # select the next speaker speaker, model = await self.select_speaker( @@ -264,6 +267,7 @@ class AutoPlanChatManager(ManagerAgent): await speaker.send( agent_reply_message, self, reviewer, request_reply=False ) + rounds = agent_reply_message.rounds plan_result = "" final_message = reply_message["content"] diff --git a/dbgpt/app/static/web/404.html b/dbgpt/app/static/web/404.html index eebb15e4a..2dd5f3630 100644 --- a/dbgpt/app/static/web/404.html +++ b/dbgpt/app/static/web/404.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/404/index.html b/dbgpt/app/static/web/404/index.html index eebb15e4a..2dd5f3630 100644 --- a/dbgpt/app/static/web/404/index.html +++ b/dbgpt/app/static/web/404/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/_next/data/Ut_X6vagkb2CVKn1iGVcC/construct/prompt/add.json b/dbgpt/app/static/web/_next/data/_LUlP8fg3TFDUAFikQDdn/construct/prompt/add.json similarity index 100% rename from dbgpt/app/static/web/_next/data/Ut_X6vagkb2CVKn1iGVcC/construct/prompt/add.json rename to dbgpt/app/static/web/_next/data/_LUlP8fg3TFDUAFikQDdn/construct/prompt/add.json diff --git a/dbgpt/app/static/web/_next/data/Ut_X6vagkb2CVKn1iGVcC/construct/prompt/edit.json b/dbgpt/app/static/web/_next/data/_LUlP8fg3TFDUAFikQDdn/construct/prompt/edit.json similarity index 100% rename from dbgpt/app/static/web/_next/data/Ut_X6vagkb2CVKn1iGVcC/construct/prompt/edit.json rename to dbgpt/app/static/web/_next/data/_LUlP8fg3TFDUAFikQDdn/construct/prompt/edit.json diff --git a/dbgpt/app/static/web/_next/static/Ut_X6vagkb2CVKn1iGVcC/_buildManifest.js b/dbgpt/app/static/web/_next/static/_LUlP8fg3TFDUAFikQDdn/_buildManifest.js similarity index 89% rename from dbgpt/app/static/web/_next/static/Ut_X6vagkb2CVKn1iGVcC/_buildManifest.js rename to dbgpt/app/static/web/_next/static/_LUlP8fg3TFDUAFikQDdn/_buildManifest.js index 482617623..8f333cc2e 100644 --- a/dbgpt/app/static/web/_next/static/Ut_X6vagkb2CVKn1iGVcC/_buildManifest.js +++ b/dbgpt/app/static/web/_next/static/_LUlP8fg3TFDUAFikQDdn/_buildManifest.js @@ -1 +1 @@ -self.__BUILD_MANIFEST=function(c,t,s,a,e,n,o,p,u,i,b,r,h,d,f,m,k,j,l,g,x,C,w,_,D,I,R,v,A,F,y,L,M,N,S,T,B,E,H,O,Q,U){return{__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":[c,t,s,a,e,n,o,p,f,"static/chunks/9491-9d8b35345ca8af6d.js",I,"static/chunks/pages/index-840709426a19cb84.js"],"/_error":["static/chunks/pages/_error-8095ba9e1bf12f30.js"],"/chat":[c,t,s,a,e,n,o,p,u,b,r,h,f,m,x,_,I,"static/chunks/pages/chat-d42284a5615e370b.js"],"/construct":[t,e,d,E,"static/chunks/pages/construct-319b439e78be2143.js"],"/construct/agent":[c,t,s,e,n,o,p,i,d,f,H,"static/chunks/pages/construct/agent-fe9b1b1a107c27e4.js"],"/construct/app":[c,t,s,a,e,n,o,p,u,i,d,k,f,M,"static/css/286e71c2657cb947.css","static/chunks/pages/construct/app-c09abe4737efea80.js"],"/construct/app/components/create-app-modal":[c,s,a,n,i,"static/css/71b2e674cdce283c.css","static/chunks/pages/construct/app/components/create-app-modal-ee138c28e7c75813.js"],"/construct/app/extra":[C,R,N,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,L,S,F,_,T,"static/css/096e41fbc2c0234f.css","static/chunks/pages/construct/app/extra-cb009c91f3a8a7d4.js"],"/construct/app/extra/components/AwelLayout":[N,t,u,i,S,O,"static/chunks/pages/construct/app/extra/components/AwelLayout-ddaa4a6b5824376c.js"],"/construct/app/extra/components/NativeApp":[c,t,u,i,m,"static/chunks/pages/construct/app/extra/components/NativeApp-84139b5be810e4f8.js"],"/construct/app/extra/components/RecommendQuestions":[c,s,a,i,"static/css/baa1b56aac6681e7.css","static/chunks/pages/construct/app/extra/components/RecommendQuestions-31d13fcf36b4c9f2.js"],"/construct/app/extra/components/auto-plan":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,L,F,_,T,I,"static/chunks/pages/construct/app/extra/components/auto-plan-5716b726d8598c10.js"],"/construct/app/extra/components/auto-plan/DetailsCard":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,L,F,_,T,I,"static/chunks/pages/construct/app/extra/components/auto-plan/DetailsCard-8397eefbebcfaba1.js"],"/construct/app/extra/components/auto-plan/ResourceContent":[t,u,i,"static/chunks/pages/construct/app/extra/components/auto-plan/ResourceContent-f826779e9c30836d.js"],"/construct/app/extra/components/auto-plan/ResourcesCard":[C,c,t,s,o,u,i,L,"static/chunks/pages/construct/app/extra/components/auto-plan/ResourcesCard-e058cb34054ef9de.js"],"/construct/app/extra/config":["static/chunks/pages/construct/app/extra/config-f3c12bc9d870619f.js"],"/construct/database":[c,t,s,a,e,n,u,i,d,m,g,M,Q,E,"static/chunks/pages/construct/database-cf37126619f928e1.js"],"/construct/dbgpts":[c,t,s,a,e,n,o,p,i,d,f,H,"static/chunks/pages/construct/dbgpts-1ab327b075143feb.js"],"/construct/flow":[c,t,s,a,e,n,o,p,u,i,d,k,j,B,"static/chunks/pages/construct/flow-6a6f34dd4d9d2446.js"],"/construct/flow/canvas":[C,N,c,t,s,a,n,o,u,i,b,r,k,j,l,m,x,"static/chunks/3764-b45350cb2b4cc75c.js",S,U,"static/chunks/905-0f83596e5a15f70c.js","static/chunks/5376-56da7b9cd48c6939.js",O,"static/chunks/pages/construct/flow/canvas-e7f999f251346cd8.js"],"/construct/knowledge":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,U,"static/chunks/118-ed7c92bb0f6e1f76.js",F,_,B,"static/chunks/pages/construct/knowledge-36ba0b014ada0320.js"],"/construct/knowledge/chunk":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,"static/chunks/245-e035ffa3e6f9184e.js",F,_,I,"static/chunks/pages/construct/knowledge/chunk-e43245e0afb94fff.js"],"/construct/models":[c,t,s,a,e,o,p,u,i,d,j,m,M,B,"static/chunks/pages/construct/models-1711917289711ce5.js"],"/construct/prompt":[c,t,s,a,e,n,o,p,u,d,k,j,f,l,w,"static/css/6f3f201b5cbc2e30.css","static/chunks/pages/construct/prompt-f4f4bf731dfe5edc.js"],"/construct/prompt/[type]":[c,t,s,a,e,u,i,d,r,h,m,D,Q,"static/chunks/3485-f0ab5a7ee3c9ca60.js","static/css/279c58a83be8d59c.css","static/chunks/pages/construct/prompt/[type]-0ee7da9aef6c5786.js"],"/evaluation":[c,t,s,a,e,n,p,u,i,b,k,j,f,l,w,"static/chunks/3205-24ab90342873962a.js","static/chunks/pages/evaluation-b4a5301e64edac85.js"],"/mobile/chat":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/7209-521abe84c6bfc433.js",y,"static/chunks/pages/mobile/chat-2d0839f3eb6fa898.js"],"/mobile/chat/components/ChatDialog":[C,R,c,t,s,a,e,n,o,p,u,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,"static/chunks/4257-668156f8a1c38c56.js",F,_,I,"static/chunks/pages/mobile/chat/components/ChatDialog-287af3d0d1704f88.js"],"/mobile/chat/components/Content":[C,R,c,t,s,a,e,n,o,p,u,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,"static/chunks/242-78fac58777b2bfcd.js",F,_,I,"static/chunks/pages/mobile/chat/components/Content-8bc84af01457ddb4.js"],"/mobile/chat/components/DislikeDrawer":[c,s,a,g,"static/chunks/pages/mobile/chat/components/DislikeDrawer-f7c4edaf728f4d3b.js"],"/mobile/chat/components/Feedback":[c,t,s,a,e,n,o,p,b,r,h,g,"static/chunks/5737-5cac6ca544298b0c.js",y,"static/chunks/pages/mobile/chat/components/Feedback-28b1a5147472d8c3.js"],"/mobile/chat/components/Header":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/2500-b968fce58417f277.js",y,"static/chunks/pages/mobile/chat/components/Header-5f9555d954513aae.js"],"/mobile/chat/components/InputContainer":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/8538-dbf75773f80258af.js",y,"static/chunks/pages/mobile/chat/components/InputContainer-208b829cd709be32.js"],"/mobile/chat/components/ModelSelector":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/7399-aa4b411960656a19.js",y,"static/chunks/pages/mobile/chat/components/ModelSelector-a8f1bde70698d61c.js"],"/mobile/chat/components/OptionIcon":["static/chunks/pages/mobile/chat/components/OptionIcon-c8d001dd2e3fe951.js"],"/mobile/chat/components/Resource":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/2524-6688060ea7aa83a3.js",y,"static/chunks/pages/mobile/chat/components/Resource-77aa66b348ad4084.js"],"/mobile/chat/components/Thermometer":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/2293-9b8cd265e41eb091.js",y,"static/chunks/pages/mobile/chat/components/Thermometer-7948cc855ee5ba16.js"],sortedPages:["/","/_app","/_error","/chat","/construct","/construct/agent","/construct/app","/construct/app/components/create-app-modal","/construct/app/extra","/construct/app/extra/components/AwelLayout","/construct/app/extra/components/NativeApp","/construct/app/extra/components/RecommendQuestions","/construct/app/extra/components/auto-plan","/construct/app/extra/components/auto-plan/DetailsCard","/construct/app/extra/components/auto-plan/ResourceContent","/construct/app/extra/components/auto-plan/ResourcesCard","/construct/app/extra/config","/construct/database","/construct/dbgpts","/construct/flow","/construct/flow/canvas","/construct/knowledge","/construct/knowledge/chunk","/construct/models","/construct/prompt","/construct/prompt/[type]","/evaluation","/mobile/chat","/mobile/chat/components/ChatDialog","/mobile/chat/components/Content","/mobile/chat/components/DislikeDrawer","/mobile/chat/components/Feedback","/mobile/chat/components/Header","/mobile/chat/components/InputContainer","/mobile/chat/components/ModelSelector","/mobile/chat/components/OptionIcon","/mobile/chat/components/Resource","/mobile/chat/components/Thermometer"]}}("static/chunks/2648-312da8c51dc12c7d.js","static/chunks/3791-f814ce3f4efc763b.js","static/chunks/4296-03a1c6f7e5fa7978.js","static/chunks/5102-ac0ec123b5c456ca.js","static/chunks/3293-00eeeedfb2d0e52d.js","static/chunks/4330-b561a3ebc6c7d177.js","static/chunks/1776-744a753b0d12343d.js","static/chunks/5418-4cb1198a87b39bf7.js","static/chunks/4041-329f36270173dc92.js","static/chunks/8232-7d47277563776def.js","static/chunks/2913-05d24ba2d215bb30.js","static/chunks/2378-dfa7314d67a753a4.js","static/chunks/6231-01c7c0033aee5719.js","static/chunks/1941-b1ab5784439b9144.js","static/chunks/2783-afe76fb57ff0a4da.js","static/chunks/3320-15447b17ad1077c7.js","static/chunks/5872-c44e0f19a507cf4a.js","static/chunks/4567-d1df11aa7b25e1cf.js","static/chunks/1531-58ba8f03b8d769ab.js","static/chunks/5265-d25a28b8e47ce90f.js","static/chunks/6212-6da268a7efc0e249.js","static/chunks/29107295-75edf0bf34e24b1e.js","static/chunks/2611-243c0c2c920951e0.js","static/chunks/9256-c28ad822e1703c70.js","static/chunks/9397-fe28251b41db0e09.js","static/css/9b601b4de5d78ac2.css","static/chunks/355a6ca7-261eadbf8f42c8f1.js","static/chunks/7332-8eb0732abfa61a4b.js","static/chunks/7530-a7f2629474af542d.js","static/chunks/8709-0fd030e811cfd483.js","static/chunks/3913-d21b4c9b2d757142.js","static/chunks/5852-455172e18d73a1f3.js","static/chunks/6261-88eb5ea7012b9da0.js","static/chunks/971df74e-5c8a2b2e1932b68d.js","static/chunks/7003-35ff135d274ba463.js","static/chunks/9200-7d8e5b566dae262d.js","static/css/f50ad89cce84a0a9.css","static/css/8ff116f2992cd086.css","static/css/5c8e4c269e2281cb.css","static/css/a275cc2b185e04f8.css","static/chunks/4393-b2ea16a41b98d023.js","static/chunks/8237-a1c0bcfc277205e0.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file +self.__BUILD_MANIFEST=function(c,t,s,a,e,n,o,p,u,i,b,r,h,d,f,m,k,j,l,g,x,C,w,_,D,I,R,v,A,F,y,L,M,N,S,T,B,E,H,O,Q,U){return{__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":[c,t,s,a,e,n,o,p,f,"static/chunks/9491-9d8b35345ca8af6d.js",I,"static/chunks/pages/index-840709426a19cb84.js"],"/_error":["static/chunks/pages/_error-8095ba9e1bf12f30.js"],"/chat":[c,t,s,a,e,n,o,p,u,b,r,h,f,m,x,_,I,"static/chunks/pages/chat-d42284a5615e370b.js"],"/construct":[t,e,d,E,"static/chunks/pages/construct-319b439e78be2143.js"],"/construct/agent":[c,t,s,e,n,o,p,i,d,f,H,"static/chunks/pages/construct/agent-fe9b1b1a107c27e4.js"],"/construct/app":[c,t,s,a,e,n,o,p,u,i,d,k,f,M,"static/css/286e71c2657cb947.css","static/chunks/pages/construct/app-c09abe4737efea80.js"],"/construct/app/components/create-app-modal":[c,s,a,n,i,"static/css/71b2e674cdce283c.css","static/chunks/pages/construct/app/components/create-app-modal-ee138c28e7c75813.js"],"/construct/app/extra":[C,R,N,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,L,S,F,_,T,"static/css/096e41fbc2c0234f.css","static/chunks/pages/construct/app/extra-cb009c91f3a8a7d4.js"],"/construct/app/extra/components/AwelLayout":[N,t,u,i,S,O,"static/chunks/pages/construct/app/extra/components/AwelLayout-ddaa4a6b5824376c.js"],"/construct/app/extra/components/NativeApp":[c,t,u,i,m,"static/chunks/pages/construct/app/extra/components/NativeApp-84139b5be810e4f8.js"],"/construct/app/extra/components/RecommendQuestions":[c,s,a,i,"static/css/baa1b56aac6681e7.css","static/chunks/pages/construct/app/extra/components/RecommendQuestions-31d13fcf36b4c9f2.js"],"/construct/app/extra/components/auto-plan":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,L,F,_,T,I,"static/chunks/pages/construct/app/extra/components/auto-plan-5716b726d8598c10.js"],"/construct/app/extra/components/auto-plan/DetailsCard":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,L,F,_,T,I,"static/chunks/pages/construct/app/extra/components/auto-plan/DetailsCard-8397eefbebcfaba1.js"],"/construct/app/extra/components/auto-plan/ResourceContent":[t,u,i,"static/chunks/pages/construct/app/extra/components/auto-plan/ResourceContent-f826779e9c30836d.js"],"/construct/app/extra/components/auto-plan/ResourcesCard":[C,c,t,s,o,u,i,L,"static/chunks/pages/construct/app/extra/components/auto-plan/ResourcesCard-e058cb34054ef9de.js"],"/construct/app/extra/config":["static/chunks/pages/construct/app/extra/config-f3c12bc9d870619f.js"],"/construct/database":[c,t,s,a,e,n,u,i,d,m,g,M,Q,E,"static/chunks/pages/construct/database-cf37126619f928e1.js"],"/construct/dbgpts":[c,t,s,a,e,n,o,p,i,d,f,H,"static/chunks/pages/construct/dbgpts-1ab327b075143feb.js"],"/construct/flow":[c,t,s,a,e,n,o,p,u,i,d,k,j,B,"static/chunks/pages/construct/flow-6a6f34dd4d9d2446.js"],"/construct/flow/canvas":[C,N,c,t,s,a,n,o,u,i,b,r,k,j,l,m,x,"static/chunks/3764-b45350cb2b4cc75c.js",S,U,"static/chunks/905-0f83596e5a15f70c.js","static/chunks/5376-56da7b9cd48c6939.js",O,"static/chunks/pages/construct/flow/canvas-e7f999f251346cd8.js"],"/construct/knowledge":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,U,"static/chunks/118-ed7c92bb0f6e1f76.js",F,_,B,"static/chunks/pages/construct/knowledge-36ba0b014ada0320.js"],"/construct/knowledge/chunk":[C,R,c,t,s,a,e,n,o,p,u,i,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,"static/chunks/245-e035ffa3e6f9184e.js",F,_,I,"static/chunks/pages/construct/knowledge/chunk-e43245e0afb94fff.js"],"/construct/models":[c,t,s,a,e,o,p,u,i,d,j,m,M,B,"static/chunks/pages/construct/models-1711917289711ce5.js"],"/construct/prompt":[c,t,s,a,e,n,o,p,u,d,k,j,f,l,w,"static/css/6f3f201b5cbc2e30.css","static/chunks/pages/construct/prompt-f4f4bf731dfe5edc.js"],"/construct/prompt/[type]":[c,t,s,a,e,u,i,d,r,h,m,D,Q,"static/chunks/3485-f0ab5a7ee3c9ca60.js","static/css/279c58a83be8d59c.css","static/chunks/pages/construct/prompt/[type]-0ee7da9aef6c5786.js"],"/evaluation":[c,t,s,a,e,n,p,u,i,b,k,j,f,l,w,"static/chunks/3205-24ab90342873962a.js","static/chunks/pages/evaluation-b4a5301e64edac85.js"],"/mobile/chat":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/2524-6688060ea7aa83a3.js",y,"static/chunks/pages/mobile/chat-8fee71d4789d96bc.js"],"/mobile/chat/components/ChatDialog":[C,R,c,t,s,a,e,n,o,p,u,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,"static/chunks/4257-668156f8a1c38c56.js",F,_,I,"static/chunks/pages/mobile/chat/components/ChatDialog-287af3d0d1704f88.js"],"/mobile/chat/components/Content":[C,R,c,t,s,a,e,n,o,p,u,d,b,r,k,j,h,f,l,w,m,g,v,A,D,x,"static/chunks/242-78fac58777b2bfcd.js",F,_,I,"static/chunks/pages/mobile/chat/components/Content-8bc84af01457ddb4.js"],"/mobile/chat/components/DislikeDrawer":[c,s,a,g,"static/chunks/pages/mobile/chat/components/DislikeDrawer-f7c4edaf728f4d3b.js"],"/mobile/chat/components/Feedback":[c,t,s,a,e,n,o,p,b,r,h,g,"static/chunks/5737-5cac6ca544298b0c.js",y,"static/chunks/pages/mobile/chat/components/Feedback-28b1a5147472d8c3.js"],"/mobile/chat/components/Header":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/2293-9b8cd265e41eb091.js",y,"static/chunks/pages/mobile/chat/components/Header-4ce247cbc875627e.js"],"/mobile/chat/components/InputContainer":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/2500-b968fce58417f277.js",y,"static/chunks/pages/mobile/chat/components/InputContainer-ee3d5523871247ec.js"],"/mobile/chat/components/ModelSelector":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/8538-dbf75773f80258af.js",y,"static/chunks/pages/mobile/chat/components/ModelSelector-b1f62ecdf1d11777.js"],"/mobile/chat/components/OptionIcon":["static/chunks/pages/mobile/chat/components/OptionIcon-c8d001dd2e3fe951.js"],"/mobile/chat/components/Resource":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/7209-521abe84c6bfc433.js",y,"static/chunks/pages/mobile/chat/components/Resource-e534c888b8ca365d.js"],"/mobile/chat/components/Thermometer":[c,t,s,a,e,n,o,p,b,r,h,"static/chunks/7399-aa4b411960656a19.js",y,"static/chunks/pages/mobile/chat/components/Thermometer-e7a31ad3e9bc5531.js"],sortedPages:["/","/_app","/_error","/chat","/construct","/construct/agent","/construct/app","/construct/app/components/create-app-modal","/construct/app/extra","/construct/app/extra/components/AwelLayout","/construct/app/extra/components/NativeApp","/construct/app/extra/components/RecommendQuestions","/construct/app/extra/components/auto-plan","/construct/app/extra/components/auto-plan/DetailsCard","/construct/app/extra/components/auto-plan/ResourceContent","/construct/app/extra/components/auto-plan/ResourcesCard","/construct/app/extra/config","/construct/database","/construct/dbgpts","/construct/flow","/construct/flow/canvas","/construct/knowledge","/construct/knowledge/chunk","/construct/models","/construct/prompt","/construct/prompt/[type]","/evaluation","/mobile/chat","/mobile/chat/components/ChatDialog","/mobile/chat/components/Content","/mobile/chat/components/DislikeDrawer","/mobile/chat/components/Feedback","/mobile/chat/components/Header","/mobile/chat/components/InputContainer","/mobile/chat/components/ModelSelector","/mobile/chat/components/OptionIcon","/mobile/chat/components/Resource","/mobile/chat/components/Thermometer"]}}("static/chunks/2648-312da8c51dc12c7d.js","static/chunks/3791-f814ce3f4efc763b.js","static/chunks/4296-03a1c6f7e5fa7978.js","static/chunks/5102-ac0ec123b5c456ca.js","static/chunks/3293-00eeeedfb2d0e52d.js","static/chunks/4330-b561a3ebc6c7d177.js","static/chunks/1776-744a753b0d12343d.js","static/chunks/5418-4cb1198a87b39bf7.js","static/chunks/4041-329f36270173dc92.js","static/chunks/8232-7d47277563776def.js","static/chunks/2913-05d24ba2d215bb30.js","static/chunks/2378-dfa7314d67a753a4.js","static/chunks/6231-01c7c0033aee5719.js","static/chunks/1941-b1ab5784439b9144.js","static/chunks/2783-afe76fb57ff0a4da.js","static/chunks/3320-15447b17ad1077c7.js","static/chunks/5872-c44e0f19a507cf4a.js","static/chunks/4567-d1df11aa7b25e1cf.js","static/chunks/1531-58ba8f03b8d769ab.js","static/chunks/5265-d25a28b8e47ce90f.js","static/chunks/6212-6da268a7efc0e249.js","static/chunks/29107295-75edf0bf34e24b1e.js","static/chunks/2611-243c0c2c920951e0.js","static/chunks/9256-c28ad822e1703c70.js","static/chunks/9397-fe28251b41db0e09.js","static/css/9b601b4de5d78ac2.css","static/chunks/355a6ca7-261eadbf8f42c8f1.js","static/chunks/7332-8eb0732abfa61a4b.js","static/chunks/7530-a7f2629474af542d.js","static/chunks/8709-0fd030e811cfd483.js","static/chunks/3913-d21b4c9b2d757142.js","static/chunks/5852-455172e18d73a1f3.js","static/chunks/6261-88eb5ea7012b9da0.js","static/chunks/971df74e-5c8a2b2e1932b68d.js","static/chunks/7003-35ff135d274ba463.js","static/chunks/9200-7d8e5b566dae262d.js","static/css/f50ad89cce84a0a9.css","static/css/8ff116f2992cd086.css","static/css/5c8e4c269e2281cb.css","static/css/a275cc2b185e04f8.css","static/chunks/4393-b2ea16a41b98d023.js","static/chunks/8237-a1c0bcfc277205e0.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file diff --git a/dbgpt/app/static/web/_next/static/Ut_X6vagkb2CVKn1iGVcC/_ssgManifest.js b/dbgpt/app/static/web/_next/static/_LUlP8fg3TFDUAFikQDdn/_ssgManifest.js similarity index 100% rename from dbgpt/app/static/web/_next/static/Ut_X6vagkb2CVKn1iGVcC/_ssgManifest.js rename to dbgpt/app/static/web/_next/static/_LUlP8fg3TFDUAFikQDdn/_ssgManifest.js diff --git a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat-2d0839f3eb6fa898.js b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat-8fee71d4789d96bc.js similarity index 96% rename from dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat-2d0839f3eb6fa898.js rename to dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat-8fee71d4789d96bc.js index 71e7109ba..cef5298dd 100644 --- a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat-2d0839f3eb6fa898.js +++ b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat-8fee71d4789d96bc.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8445],{96696:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat",function(){return n(73913)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,7209,3913,9774,2888,179],function(){return e(e.s=96696)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8445],{96696:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat",function(){return n(73913)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,2524,3913,9774,2888,179],function(){return e(e.s=96696)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Header-5f9555d954513aae.js b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Header-4ce247cbc875627e.js similarity index 96% rename from dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Header-5f9555d954513aae.js rename to dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Header-4ce247cbc875627e.js index 88bbba64a..aab16ebc3 100644 --- a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Header-5f9555d954513aae.js +++ b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Header-4ce247cbc875627e.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1244],{85335:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/Header",function(){return n(56397)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,2500,3913,9774,2888,179],function(){return e(e.s=85335)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1244],{85335:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/Header",function(){return n(56397)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,2293,3913,9774,2888,179],function(){return e(e.s=85335)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/InputContainer-208b829cd709be32.js b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/InputContainer-ee3d5523871247ec.js similarity index 96% rename from dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/InputContainer-208b829cd709be32.js rename to dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/InputContainer-ee3d5523871247ec.js index fb5811d4c..9fc18f147 100644 --- a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/InputContainer-208b829cd709be32.js +++ b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/InputContainer-ee3d5523871247ec.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3882],{69487:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/InputContainer",function(){return n(74638)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,8538,3913,9774,2888,179],function(){return e(e.s=69487)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3882],{69487:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/InputContainer",function(){return n(74638)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,2500,3913,9774,2888,179],function(){return e(e.s=69487)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/ModelSelector-a8f1bde70698d61c.js b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/ModelSelector-b1f62ecdf1d11777.js similarity index 96% rename from dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/ModelSelector-a8f1bde70698d61c.js rename to dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/ModelSelector-b1f62ecdf1d11777.js index 3706e2313..e590251da 100644 --- a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/ModelSelector-a8f1bde70698d61c.js +++ b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/ModelSelector-b1f62ecdf1d11777.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2767],{96052:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/ModelSelector",function(){return n(7001)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,7399,3913,9774,2888,179],function(){return e(e.s=96052)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2767],{96052:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/ModelSelector",function(){return n(7001)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,8538,3913,9774,2888,179],function(){return e(e.s=96052)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Resource-77aa66b348ad4084.js b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Resource-e534c888b8ca365d.js similarity index 96% rename from dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Resource-77aa66b348ad4084.js rename to dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Resource-e534c888b8ca365d.js index 61550c6f0..13732b5fc 100644 --- a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Resource-77aa66b348ad4084.js +++ b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Resource-e534c888b8ca365d.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5247],{44813:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/Resource",function(){return n(73749)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,2524,3913,9774,2888,179],function(){return e(e.s=44813)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5247],{44813:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/Resource",function(){return n(73749)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,7209,3913,9774,2888,179],function(){return e(e.s=44813)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Thermometer-7948cc855ee5ba16.js b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Thermometer-e7a31ad3e9bc5531.js similarity index 96% rename from dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Thermometer-7948cc855ee5ba16.js rename to dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Thermometer-e7a31ad3e9bc5531.js index b9b02450b..ae0d4949c 100644 --- a/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Thermometer-7948cc855ee5ba16.js +++ b/dbgpt/app/static/web/_next/static/chunks/pages/mobile/chat/components/Thermometer-e7a31ad3e9bc5531.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9622],{59843:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/Thermometer",function(){return n(97109)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,2293,3913,9774,2888,179],function(){return e(e.s=59843)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9622],{59843:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/mobile/chat/components/Thermometer",function(){return n(97109)}])},2440:function(e,t,n){"use strict";var r=n(25519);t.Z=()=>{var e;return JSON.parse(null!==(e=localStorage.getItem(r.C9))&&void 0!==e?e:"")}},39718:function(e,t,n){"use strict";var r=n(85893),c=n(19284),a=n(25675),l=n.n(a),u=n(67294);t.Z=(0,u.memo)(e=>{let{width:t,height:n,model:a}=e,s=(0,u.useMemo)(()=>{let e=null==a?void 0:a.replaceAll("-","_").split("_")[0],t=Object.keys(c.Me);for(let n=0;n{let{width:t,height:n,scene:u}=e,s=(0,l.useCallback)(()=>{switch(u){case"chat_knowledge":return c.je;case"chat_with_db_execute":return c.zM;case"chat_excel":return c.DL;case"chat_with_db_qa":case"chat_dba":return c.RD;case"chat_dashboard":return c.In;case"chat_agent":return c.si;case"chat_normal":return c.O7;default:return}},[u]);return(0,r.jsx)(a.Z,{className:"w-".concat(t||7," h-").concat(n||7),component:s()})}},70065:function(e,t,n){"use strict";var r=n(91321);let c=(0,r.Z)({scriptUrl:"//at.alicdn.com/t/a/font_4440880_ljyggdw605.js"});t.Z=c}},function(e){e.O(0,[2648,3791,4296,5102,3293,4330,1776,5418,2913,2378,6231,7399,3913,9774,2888,179],function(){return e(e.s=59843)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/dbgpt/app/static/web/chat/index.html b/dbgpt/app/static/web/chat/index.html index 77cc3fbe5..ea51a4d2b 100644 --- a/dbgpt/app/static/web/chat/index.html +++ b/dbgpt/app/static/web/chat/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/agent/index.html b/dbgpt/app/static/web/construct/agent/index.html index 655f20b98..5bc4adeb2 100644 --- a/dbgpt/app/static/web/construct/agent/index.html +++ b/dbgpt/app/static/web/construct/agent/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/components/create-app-modal/index.html b/dbgpt/app/static/web/construct/app/components/create-app-modal/index.html index 1fe52df11..1aa6e863d 100644 --- a/dbgpt/app/static/web/construct/app/components/create-app-modal/index.html +++ b/dbgpt/app/static/web/construct/app/components/create-app-modal/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/AwelLayout/index.html b/dbgpt/app/static/web/construct/app/extra/components/AwelLayout/index.html index 890ddbe32..5eb9e894c 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/AwelLayout/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/AwelLayout/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/NativeApp/index.html b/dbgpt/app/static/web/construct/app/extra/components/NativeApp/index.html index 8cdcd4e53..bc7a20b21 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/NativeApp/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/NativeApp/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/RecommendQuestions/index.html b/dbgpt/app/static/web/construct/app/extra/components/RecommendQuestions/index.html index 12f9e1391..f20dd3d5e 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/RecommendQuestions/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/RecommendQuestions/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/DetailsCard/index.html b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/DetailsCard/index.html index 4c5e7fe86..d7e73363d 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/DetailsCard/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/DetailsCard/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourceContent/index.html b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourceContent/index.html index 4e07ab166..215f06cb8 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourceContent/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourceContent/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourcesCard/index.html b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourcesCard/index.html index 327b6b456..8b99309de 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourcesCard/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/ResourcesCard/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/index.html b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/index.html index 497172b38..8235c18d6 100644 --- a/dbgpt/app/static/web/construct/app/extra/components/auto-plan/index.html +++ b/dbgpt/app/static/web/construct/app/extra/components/auto-plan/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/config/index.html b/dbgpt/app/static/web/construct/app/extra/config/index.html index 42ddd69d2..0ac8fdbce 100644 --- a/dbgpt/app/static/web/construct/app/extra/config/index.html +++ b/dbgpt/app/static/web/construct/app/extra/config/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/extra/index.html b/dbgpt/app/static/web/construct/app/extra/index.html index 7aa32b47d..a1ec2674b 100644 --- a/dbgpt/app/static/web/construct/app/extra/index.html +++ b/dbgpt/app/static/web/construct/app/extra/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/app/index.html b/dbgpt/app/static/web/construct/app/index.html index bc9e96f73..e74c96064 100644 --- a/dbgpt/app/static/web/construct/app/index.html +++ b/dbgpt/app/static/web/construct/app/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/database/index.html b/dbgpt/app/static/web/construct/database/index.html index ffecfbc41..f5da5ff4a 100644 --- a/dbgpt/app/static/web/construct/database/index.html +++ b/dbgpt/app/static/web/construct/database/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/dbgpts/index.html b/dbgpt/app/static/web/construct/dbgpts/index.html index 03ed456fe..51c125a54 100644 --- a/dbgpt/app/static/web/construct/dbgpts/index.html +++ b/dbgpt/app/static/web/construct/dbgpts/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/flow/canvas/index.html b/dbgpt/app/static/web/construct/flow/canvas/index.html index 3710a8cac..d953af60e 100644 --- a/dbgpt/app/static/web/construct/flow/canvas/index.html +++ b/dbgpt/app/static/web/construct/flow/canvas/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/flow/index.html b/dbgpt/app/static/web/construct/flow/index.html index da2d233a0..befd57df5 100644 --- a/dbgpt/app/static/web/construct/flow/index.html +++ b/dbgpt/app/static/web/construct/flow/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/index.html b/dbgpt/app/static/web/construct/index.html index ccf6b830c..de1d5e638 100644 --- a/dbgpt/app/static/web/construct/index.html +++ b/dbgpt/app/static/web/construct/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/knowledge/chunk/index.html b/dbgpt/app/static/web/construct/knowledge/chunk/index.html index fa2667e0e..d273e9faf 100644 --- a/dbgpt/app/static/web/construct/knowledge/chunk/index.html +++ b/dbgpt/app/static/web/construct/knowledge/chunk/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/knowledge/index.html b/dbgpt/app/static/web/construct/knowledge/index.html index b85ec8a27..d2e29a97e 100644 --- a/dbgpt/app/static/web/construct/knowledge/index.html +++ b/dbgpt/app/static/web/construct/knowledge/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/models/index.html b/dbgpt/app/static/web/construct/models/index.html index 30cc821a3..a32bd17ce 100644 --- a/dbgpt/app/static/web/construct/models/index.html +++ b/dbgpt/app/static/web/construct/models/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/prompt/add/index.html b/dbgpt/app/static/web/construct/prompt/add/index.html index 5cd161cc8..2a0eb547b 100644 --- a/dbgpt/app/static/web/construct/prompt/add/index.html +++ b/dbgpt/app/static/web/construct/prompt/add/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/prompt/edit/index.html b/dbgpt/app/static/web/construct/prompt/edit/index.html index e14e2092a..781158df3 100644 --- a/dbgpt/app/static/web/construct/prompt/edit/index.html +++ b/dbgpt/app/static/web/construct/prompt/edit/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/construct/prompt/index.html b/dbgpt/app/static/web/construct/prompt/index.html index c990ec633..466582893 100644 --- a/dbgpt/app/static/web/construct/prompt/index.html +++ b/dbgpt/app/static/web/construct/prompt/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/evaluation/index.html b/dbgpt/app/static/web/evaluation/index.html index 4183828ed..0d32f9671 100644 --- a/dbgpt/app/static/web/evaluation/index.html +++ b/dbgpt/app/static/web/evaluation/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/index.html b/dbgpt/app/static/web/index.html index f35c284dc..6c8a76306 100644 --- a/dbgpt/app/static/web/index.html +++ b/dbgpt/app/static/web/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/ChatDialog/index.html b/dbgpt/app/static/web/mobile/chat/components/ChatDialog/index.html index a2066c60a..0ad25a535 100644 --- a/dbgpt/app/static/web/mobile/chat/components/ChatDialog/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/ChatDialog/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/Content/index.html b/dbgpt/app/static/web/mobile/chat/components/Content/index.html index 35a26954b..bcb13512a 100644 --- a/dbgpt/app/static/web/mobile/chat/components/Content/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/Content/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/DislikeDrawer/index.html b/dbgpt/app/static/web/mobile/chat/components/DislikeDrawer/index.html index 5515c46f2..e0e87e77d 100644 --- a/dbgpt/app/static/web/mobile/chat/components/DislikeDrawer/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/DislikeDrawer/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/Feedback/index.html b/dbgpt/app/static/web/mobile/chat/components/Feedback/index.html index 4b3b4216e..686aae0cc 100644 --- a/dbgpt/app/static/web/mobile/chat/components/Feedback/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/Feedback/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/Header/index.html b/dbgpt/app/static/web/mobile/chat/components/Header/index.html index 2e8bf4041..07ff166ac 100644 --- a/dbgpt/app/static/web/mobile/chat/components/Header/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/Header/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/InputContainer/index.html b/dbgpt/app/static/web/mobile/chat/components/InputContainer/index.html index d880fdbd8..e7ec98314 100644 --- a/dbgpt/app/static/web/mobile/chat/components/InputContainer/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/InputContainer/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/ModelSelector/index.html b/dbgpt/app/static/web/mobile/chat/components/ModelSelector/index.html index f7cd74d44..04747b008 100644 --- a/dbgpt/app/static/web/mobile/chat/components/ModelSelector/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/ModelSelector/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/OptionIcon/index.html b/dbgpt/app/static/web/mobile/chat/components/OptionIcon/index.html index c3ee593cd..8deccc447 100644 --- a/dbgpt/app/static/web/mobile/chat/components/OptionIcon/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/OptionIcon/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/Resource/index.html b/dbgpt/app/static/web/mobile/chat/components/Resource/index.html index 01c007c5d..85ef9860c 100644 --- a/dbgpt/app/static/web/mobile/chat/components/Resource/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/Resource/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/components/Thermometer/index.html b/dbgpt/app/static/web/mobile/chat/components/Thermometer/index.html index 7a07c1148..b72294d90 100644 --- a/dbgpt/app/static/web/mobile/chat/components/Thermometer/index.html +++ b/dbgpt/app/static/web/mobile/chat/components/Thermometer/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/app/static/web/mobile/chat/index.html b/dbgpt/app/static/web/mobile/chat/index.html index 4cb006830..f1df26204 100644 --- a/dbgpt/app/static/web/mobile/chat/index.html +++ b/dbgpt/app/static/web/mobile/chat/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dbgpt/serve/agent/agents/controller.py b/dbgpt/serve/agent/agents/controller.py index ac7023c38..7bd5e09f9 100644 --- a/dbgpt/serve/agent/agents/controller.py +++ b/dbgpt/serve/agent/agents/controller.py @@ -398,6 +398,7 @@ class MultiAgents(BaseComponent, ABC): if final_message: current_message.add_view_message(final_message) else: + default_final_message = default_final_message.replace("data:", "") current_message.add_view_message(default_final_message) current_message.end_current_round() diff --git a/dbgpt/serve/flow/api/endpoints.py b/dbgpt/serve/flow/api/endpoints.py index 28f05d532..936e0ff0f 100644 --- a/dbgpt/serve/flow/api/endpoints.py +++ b/dbgpt/serve/flow/api/endpoints.py @@ -153,7 +153,10 @@ async def update( Returns: ServerResponse: The response """ - return Result.succ(service.update_flow(request)) + try: + return Result.succ(service.update_flow(request)) + except Exception as e: + return Result.failed(msg=str(e)) @router.delete("/flows/{uid}") diff --git a/dbgpt/vis/client.py b/dbgpt/vis/client.py index b96aa652a..7c9cb3624 100644 --- a/dbgpt/vis/client.py +++ b/dbgpt/vis/client.py @@ -49,7 +49,7 @@ vis_client.register(VisApiResponse) def vis_name_change(vis_message: str) -> str: """Change vis tag name use new name.""" replacements = { - "```vis-chart": "```vis-db-chart", + "```vis-chart": "```vis-chart", } for old_tag, new_tag in replacements.items():