@yxp934/prompt-tree 0.2.0 → 0.3.0

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.
Files changed (70) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-path-routes-manifest.json +4 -4
  3. package/.next/standalone/.next/build-manifest.json +2 -2
  4. package/.next/standalone/.next/server/app/_global-error/page.js +1 -1
  5. package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.html +2 -2
  7. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  15. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  17. package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
  18. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  19. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  21. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  22. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  23. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  24. package/.next/standalone/.next/server/app/api/agent/route_client-reference-manifest.js +1 -1
  25. package/.next/standalone/.next/server/app/api/chat/route_client-reference-manifest.js +1 -1
  26. package/.next/standalone/.next/server/app/api/providers/health/route_client-reference-manifest.js +1 -1
  27. package/.next/standalone/.next/server/app/api/providers/models/route_client-reference-manifest.js +1 -1
  28. package/.next/standalone/.next/server/app/api/providers/test/route_client-reference-manifest.js +1 -1
  29. package/.next/standalone/.next/server/app/api/tools/mcp/call-tool/route_client-reference-manifest.js +1 -1
  30. package/.next/standalone/.next/server/app/api/tools/mcp/list-tools/route_client-reference-manifest.js +1 -1
  31. package/.next/standalone/.next/server/app/api/tools/mcp/test/route_client-reference-manifest.js +1 -1
  32. package/.next/standalone/.next/server/app/api/tools/python/route_client-reference-manifest.js +1 -1
  33. package/.next/standalone/.next/server/app/api/tools/search/route_client-reference-manifest.js +1 -1
  34. package/.next/standalone/.next/server/app/index.html +2 -2
  35. package/.next/standalone/.next/server/app/index.rsc +3 -3
  36. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  37. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +3 -3
  38. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  39. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
  40. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  41. package/.next/standalone/.next/server/app/page.js +1 -1
  42. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  43. package/.next/standalone/.next/server/app/settings/page.js +2 -2
  44. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  45. package/.next/standalone/.next/server/app/settings.html +1 -1
  46. package/.next/standalone/.next/server/app/settings.rsc +3 -3
  47. package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +3 -3
  48. package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  49. package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +2 -2
  50. package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  51. package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
  52. package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  53. package/.next/standalone/.next/server/app-paths-manifest.json +4 -4
  54. package/.next/standalone/.next/server/chunks/471.js +4 -4
  55. package/.next/standalone/.next/server/chunks/689.js +1 -1
  56. package/.next/standalone/.next/server/chunks/732.js +3 -3
  57. package/.next/standalone/.next/server/chunks/734.js +1 -1
  58. package/.next/standalone/.next/server/pages/404.html +1 -1
  59. package/.next/standalone/.next/server/pages/500.html +2 -2
  60. package/.next/standalone/.next/static/chunks/{394-1e8c9367852fd6d7.js → 394-dc41566095beafcf.js} +1 -1
  61. package/.next/standalone/.next/static/chunks/787-12058ee9986bdbfc.js +1 -0
  62. package/.next/standalone/.next/static/chunks/app/settings/page-76e3d482410f0adc.js +1 -0
  63. package/.next/standalone/package.json +1 -1
  64. package/README.md +134 -120
  65. package/README.zh-CN.md +200 -0
  66. package/package.json +1 -1
  67. package/.next/standalone/.next/static/chunks/787-56a48f915165efd3.js +0 -1
  68. package/.next/standalone/.next/static/chunks/app/settings/page-0fc8a4cbf639025c.js +0 -1
  69. /package/.next/standalone/.next/static/{wYfac0R-RsurEa801s_qH → i6P3teUAVQJ-hEG3Y6KV0}/_buildManifest.js +0 -0
  70. /package/.next/standalone/.next/static/{wYfac0R-RsurEa801s_qH → i6P3teUAVQJ-hEG3Y6KV0}/_ssgManifest.js +0 -0
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[4151,["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"default"]
2
+ 2:I[4151,["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"default"]
3
3
  3:I[7121,[],""]
4
4
  4:I[4581,[],""]
5
5
  5:I[484,[],"OutletBoundary"]
@@ -8,7 +8,7 @@
8
8
  a:I[484,[],"MetadataBoundary"]
9
9
  c:I[7123,[],""]
10
10
  :HL["/_next/static/css/100bba9d1b2ebade.css","style"]
11
- 0:{"P":null,"b":"wYfac0R-RsurEa801s_qH","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/100bba9d1b2ebade.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
11
+ 0:{"P":null,"b":"i6P3teUAVQJ-hEG3Y6KV0","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/100bba9d1b2ebade.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
13
13
  d:I[6869,[],"IconMark"]
14
14
  7:null
@@ -3,4 +3,4 @@
3
3
  3:I[484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[6869,[],"IconMark"]
6
- 0:{"buildId":"wYfac0R-RsurEa801s_qH","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Prompt Tree - AI Dialogue Topology"}],["$","meta","1",{"name":"description","content":"A visual dialogue tree interface for AI conversations with context management and token optimization."}],["$","meta","2",{"name":"author","content":"Prompt Tree Team"}],["$","meta","3",{"name":"keywords","content":"AI,dialogue,chat,context,topology,tree"}],["$","link","4",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","5",{"rel":"icon","href":"/icon.svg"}],["$","link","6",{"rel":"apple-touch-icon","href":"/icon.svg"}],["$","$L5","7",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"i6P3teUAVQJ-hEG3Y6KV0","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Prompt Tree - AI Dialogue Topology"}],["$","meta","1",{"name":"description","content":"A visual dialogue tree interface for AI conversations with context management and token optimization."}],["$","meta","2",{"name":"author","content":"Prompt Tree Team"}],["$","meta","3",{"name":"keywords","content":"AI,dialogue,chat,context,topology,tree"}],["$","link","4",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","link","5",{"rel":"icon","href":"/icon.svg"}],["$","link","6",{"rel":"apple-touch-icon","href":"/icon.svg"}],["$","$L5","7",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[4151,["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"default"]
2
+ 2:I[4151,["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"default"]
3
3
  3:I[7121,[],""]
4
4
  4:I[4581,[],""]
5
5
  :HL["/_next/static/css/100bba9d1b2ebade.css","style"]
6
- 0:{"buildId":"wYfac0R-RsurEa801s_qH","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/100bba9d1b2ebade.css","precedence":"next"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}]}]]}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"i6P3teUAVQJ-hEG3Y6KV0","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/100bba9d1b2ebade.css","precedence":"next"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}]}]]}]}]]}],"loading":null,"isPartial":false}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[484,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"wYfac0R-RsurEa801s_qH","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"i6P3teUAVQJ-hEG3Y6KV0","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7121,[],""]
3
3
  3:I[4581,[],""]
4
- 0:{"buildId":"wYfac0R-RsurEa801s_qH","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"i6P3teUAVQJ-hEG3Y6KV0","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
1
  :HL["/_next/static/css/100bba9d1b2ebade.css","style"]
2
- 0:{"buildId":"wYfac0R-RsurEa801s_qH","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_not-found","paramType":null,"paramKey":"_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
2
+ 0:{"buildId":"i6P3teUAVQJ-hEG3Y6KV0","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_not-found","paramType":null,"paramKey":"_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/agent/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/agent/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/agent/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/agent/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/chat/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/chat/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/chat/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/chat/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/providers/health/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/providers/health/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/providers/health/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/providers/health/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/providers/models/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/providers/models/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/providers/models/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/providers/models/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/providers/test/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/providers/test/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/providers/test/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/providers/test/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/tools/mcp/call-tool/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/tools/mcp/call-tool/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/tools/mcp/call-tool/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/tools/mcp/call-tool/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/tools/mcp/list-tools/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"8059","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-1e8c9367852fd6d7.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-1e8c9367852fd6d7.js","787","static/chunks/787-56a48f915165efd3.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/tools/mcp/list-tools/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/tools/mcp/list-tools/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"92":{"*":{"id":"100","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"5723","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1479","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"9827","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"813","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"1569","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"5032","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/globals.css":{"id":1743,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/ClientGlobals.tsx":{"id":4151,"name":"*","chunks":["394","static/chunks/394-dc41566095beafcf.js","177","static/chunks/app/layout-7950581b06dcfcd2.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/layout/MainLayout.tsx":{"id":5499,"name":"*","chunks":["702","static/chunks/c37d3baf-7063ae69d30af537.js","307","static/chunks/307-62db1aea3e7e7f58.js","308","static/chunks/308-9aca2a7bf1797568.js","394","static/chunks/394-dc41566095beafcf.js","787","static/chunks/787-12058ee9986bdbfc.js","974","static/chunks/app/page-c273f2f3b7ce1609.js"],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ModelSelector.tsx":{"id":92,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderConfig.tsx":{"id":9362,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/ProviderList.tsx":{"id":6531,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsPage.tsx":{"id":4333,"name":"*","chunks":[],"async":false},"/Users/yxp/Documents/new-chat/ai-chat-client/src/components/settings/SettingsSidebar.tsx":{"id":7977,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yxp/Documents/new-chat/ai-chat-client/src/":[],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/layout":[{"inlined":false,"path":"static/css/100bba9d1b2ebade.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/page":[{"inlined":false,"path":"static/css/886f7af331f6427c.css"}],"/Users/yxp/Documents/new-chat/ai-chat-client/src/app/api/tools/mcp/list-tools/route":[]},"rscModuleMapping":{"92":{"*":{"id":"3154","name":"*","chunks":[],"async":false}},"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"4151":{"*":{"id":"768","name":"*","chunks":[],"async":false}},"4333":{"*":{"id":"1190","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5499":{"*":{"id":"3114","name":"*","chunks":[],"async":false}},"6531":{"*":{"id":"7287","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7977":{"*":{"id":"2479","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9362":{"*":{"id":"6325","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}