@deep-eye/core 1.3.5 → 1.3.7

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 (151) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/chat-token.css +2 -1
  3. package/dist/components/chat/ChatApp.vue.d.ts +32 -13
  4. package/dist/components/chat/ChatApp.vue.d.ts.map +1 -1
  5. package/dist/components/chat/ChatBot.vue.d.ts +16 -0
  6. package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
  7. package/dist/components/chat/attachments.d.ts +1 -0
  8. package/dist/components/chat/attachments.d.ts.map +1 -1
  9. package/dist/components/chat/buildTimelineSegments.d.ts.map +1 -1
  10. package/dist/components/chat/chatContext.d.ts +5 -1
  11. package/dist/components/chat/chatContext.d.ts.map +1 -1
  12. package/dist/components/chat/components/ArtifactPreview.vue.d.ts.map +1 -1
  13. package/dist/components/chat/components/ChatActionbar.vue.d.ts +3 -3
  14. package/dist/components/chat/components/ChatActionbar.vue.d.ts.map +1 -1
  15. package/dist/components/chat/components/ChatFileCard.vue.d.ts.map +1 -1
  16. package/dist/components/chat/components/ChatFilePreview.vue.d.ts +18 -0
  17. package/dist/components/chat/components/ChatFilePreview.vue.d.ts.map +1 -1
  18. package/dist/components/chat/components/ChatFilePreviewPanel.vue.d.ts +9 -1
  19. package/dist/components/chat/components/ChatFilePreviewPanel.vue.d.ts.map +1 -1
  20. package/dist/components/chat/components/ChatMessage.vue.d.ts +9 -0
  21. package/dist/components/chat/components/ChatMessage.vue.d.ts.map +1 -1
  22. package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
  23. package/dist/components/chat/components/ChatReasoning.vue.d.ts +4 -1
  24. package/dist/components/chat/components/ChatReasoning.vue.d.ts.map +1 -1
  25. package/dist/components/chat/components/ChatSender.vue.d.ts +46 -3
  26. package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
  27. package/dist/components/chat/components/ChatSessionHistoryItem.vue.d.ts.map +1 -1
  28. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +11 -2
  29. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -1
  30. package/dist/components/chat/components/ChatTipMenu.vue.d.ts +22 -12
  31. package/dist/components/chat/components/ChatTipMenu.vue.d.ts.map +1 -1
  32. package/dist/components/chat/components/ConversationList.vue.d.ts.map +1 -1
  33. package/dist/components/chat/components/InputContentParts.vue.d.ts.map +1 -1
  34. package/dist/components/chat/components/MessageBubble.vue.d.ts +9 -0
  35. package/dist/components/chat/components/MessageBubble.vue.d.ts.map +1 -1
  36. package/dist/components/chat/components/ProcessStepGroup.vue.d.ts +11 -2
  37. package/dist/components/chat/components/ProcessStepGroup.vue.d.ts.map +1 -1
  38. package/dist/components/chat/components/ReasoningMarkdown.vue.d.ts +8 -0
  39. package/dist/components/chat/components/ReasoningMarkdown.vue.d.ts.map +1 -0
  40. package/dist/components/chat/components/SubagentRunDialog.vue.d.ts +20 -0
  41. package/dist/components/chat/components/SubagentRunDialog.vue.d.ts.map +1 -0
  42. package/dist/components/chat/components/SubagentRunsPanel.vue.d.ts +9 -0
  43. package/dist/components/chat/components/SubagentRunsPanel.vue.d.ts.map +1 -0
  44. package/dist/components/chat/components/TextReferenceChip.vue.d.ts +20 -0
  45. package/dist/components/chat/components/TextReferenceChip.vue.d.ts.map +1 -0
  46. package/dist/components/chat/components/ToolCallPart.vue.d.ts.map +1 -1
  47. package/dist/components/chat/components/WebSearchProcessRow.vue.d.ts +9 -0
  48. package/dist/components/chat/components/WebSearchProcessRow.vue.d.ts.map +1 -0
  49. package/dist/components/chat/components/document-viewer/DocViewerToolbar.vue.d.ts +3 -0
  50. package/dist/components/chat/components/document-viewer/DocViewerToolbar.vue.d.ts.map +1 -1
  51. package/dist/components/chat/components/document-viewer/DocumentAskPopup.vue.d.ts +17 -0
  52. package/dist/components/chat/components/document-viewer/DocumentAskPopup.vue.d.ts.map +1 -0
  53. package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts +8 -1
  54. package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts.map +1 -1
  55. package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts.map +1 -1
  56. package/dist/components/chat/components/document-viewer/TextSelectionAskOverlay.vue.d.ts +16 -0
  57. package/dist/components/chat/components/document-viewer/TextSelectionAskOverlay.vue.d.ts.map +1 -0
  58. package/dist/components/chat/components/document-viewer/adapter.d.ts +4 -5
  59. package/dist/components/chat/components/document-viewer/adapter.d.ts.map +1 -1
  60. package/dist/components/chat/components/document-viewer/displayCapture.d.ts +28 -0
  61. package/dist/components/chat/components/document-viewer/displayCapture.d.ts.map +1 -0
  62. package/dist/components/chat/components/document-viewer/html/HtmlRenderer.vue.d.ts.map +1 -1
  63. package/dist/components/chat/components/document-viewer/office/DocxPreviewEngine.vue.d.ts +14 -0
  64. package/dist/components/chat/components/document-viewer/office/DocxPreviewEngine.vue.d.ts.map +1 -0
  65. package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts +5 -1
  66. package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts.map +1 -1
  67. package/dist/components/chat/components/document-viewer/office/docxChrome.d.ts +45 -0
  68. package/dist/components/chat/components/document-viewer/office/docxChrome.d.ts.map +1 -0
  69. package/dist/components/chat/components/document-viewer/office/domNav.d.ts.map +1 -1
  70. package/dist/components/chat/components/document-viewer/office/fitDocx.d.ts +8 -0
  71. package/dist/components/chat/components/document-viewer/office/fitDocx.d.ts.map +1 -0
  72. package/dist/components/chat/components/document-viewer/office/officePreviewUrl.d.ts +28 -0
  73. package/dist/components/chat/components/document-viewer/office/officePreviewUrl.d.ts.map +1 -0
  74. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +27 -11
  75. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
  76. package/dist/components/chat/components/document-viewer/tabCaptureSession.d.ts +17 -0
  77. package/dist/components/chat/components/document-viewer/tabCaptureSession.d.ts.map +1 -0
  78. package/dist/components/chat/components/document-viewer/textSelection.d.ts +20 -0
  79. package/dist/components/chat/components/document-viewer/textSelection.d.ts.map +1 -0
  80. package/dist/components/chat/components/index.d.ts +2 -0
  81. package/dist/components/chat/components/index.d.ts.map +1 -1
  82. package/dist/components/chat/composables/chatApiRequest.d.ts.map +1 -1
  83. package/dist/components/chat/composables/fetchModelList.d.ts +2 -0
  84. package/dist/components/chat/composables/fetchModelList.d.ts.map +1 -1
  85. package/dist/components/chat/composables/useChatSessionSwitch.d.ts.map +1 -1
  86. package/dist/components/chat/composables/useChatSkillTipMenu.d.ts +4 -2
  87. package/dist/components/chat/composables/useChatSkillTipMenu.d.ts.map +1 -1
  88. package/dist/components/chat/composables/useChatTipMenu.d.ts +8 -2
  89. package/dist/components/chat/composables/useChatTipMenu.d.ts.map +1 -1
  90. package/dist/components/chat/harness/DisclosureRow.vue.d.ts +1 -0
  91. package/dist/components/chat/harness/DisclosureRow.vue.d.ts.map +1 -1
  92. package/dist/components/chat/htmlPreview.d.ts +7 -2
  93. package/dist/components/chat/htmlPreview.d.ts.map +1 -1
  94. package/dist/components/chat/hydrateHistory.d.ts +3 -1
  95. package/dist/components/chat/hydrateHistory.d.ts.map +1 -1
  96. package/dist/components/chat/index.d.ts +4 -1
  97. package/dist/components/chat/index.d.ts.map +1 -1
  98. package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts.map +1 -1
  99. package/dist/components/chat/mdoc/chatOccurrenceKey.d.ts +4 -0
  100. package/dist/components/chat/mdoc/chatOccurrenceKey.d.ts.map +1 -0
  101. package/dist/components/chat/mdoc/latexDelimiters.d.ts +14 -0
  102. package/dist/components/chat/mdoc/latexDelimiters.d.ts.map +1 -0
  103. package/dist/components/chat/mdoc/sessionArtifacts.d.ts +1 -1
  104. package/dist/components/chat/mdoc/sessionArtifacts.d.ts.map +1 -1
  105. package/dist/components/chat/mdoc/textContent.d.ts +0 -7
  106. package/dist/components/chat/mdoc/textContent.d.ts.map +1 -1
  107. package/dist/components/chat/messageChrome.d.ts +10 -3
  108. package/dist/components/chat/messageChrome.d.ts.map +1 -1
  109. package/dist/components/chat/processGroupSummary.d.ts +6 -4
  110. package/dist/components/chat/processGroupSummary.d.ts.map +1 -1
  111. package/dist/components/chat/reasoningDisplay.d.ts +6 -0
  112. package/dist/components/chat/reasoningDisplay.d.ts.map +1 -0
  113. package/dist/components/chat/responseStream.d.ts.map +1 -1
  114. package/dist/components/chat/sidebarMotion.d.ts +1 -1
  115. package/dist/components/chat/sidebarMotion.d.ts.map +1 -1
  116. package/dist/components/chat/subagentAggregate.d.ts +38 -0
  117. package/dist/components/chat/subagentAggregate.d.ts.map +1 -0
  118. package/dist/components/chat/subagentDisplay.d.ts +22 -0
  119. package/dist/components/chat/subagentDisplay.d.ts.map +1 -0
  120. package/dist/components/chat/textReference.d.ts +20 -0
  121. package/dist/components/chat/textReference.d.ts.map +1 -0
  122. package/dist/components/chat/toolLabels.d.ts +2 -0
  123. package/dist/components/chat/toolLabels.d.ts.map +1 -1
  124. package/dist/components/chat/types.d.ts +144 -9
  125. package/dist/components/chat/types.d.ts.map +1 -1
  126. package/dist/components/chat/useProcessGroupTimer.d.ts +2 -1
  127. package/dist/components/chat/useProcessGroupTimer.d.ts.map +1 -1
  128. package/dist/components/chat/utils/tipMenuBuiltin.d.ts +6 -0
  129. package/dist/components/chat/utils/tipMenuBuiltin.d.ts.map +1 -1
  130. package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -1
  131. package/dist/components/skill/composables/useChatSkills.d.ts +7 -1
  132. package/dist/components/skill/composables/useChatSkills.d.ts.map +1 -1
  133. package/dist/components/skill/skillTabs.d.ts +1 -1
  134. package/dist/components/skill/skillTabs.d.ts.map +1 -1
  135. package/dist/components/skill/types.d.ts +20 -1
  136. package/dist/components/skill/types.d.ts.map +1 -1
  137. package/dist/components/ui/components/UiMenu.vue.d.ts +5 -1
  138. package/dist/components/ui/components/UiMenu.vue.d.ts.map +1 -1
  139. package/dist/index-AMv4u6wW.cjs +1065 -0
  140. package/dist/{index-DI2r7Of4.js → index-BCh0W7hP.js} +7664 -7648
  141. package/dist/{index-x18YuBk_.js → index-DDlS9QfJ.js} +81958 -73938
  142. package/dist/{index-BB7-JTQ1.cjs → index-Ds5qv-tF.cjs} +44 -44
  143. package/dist/index.cjs +1 -1
  144. package/dist/index.js +312 -300
  145. package/dist/style.css +2 -2
  146. package/package.json +2 -2
  147. package/dist/index-BEat1win.cjs +0 -892
  148. package/dist/index-Bh4xn5LB.cjs +0 -1
  149. package/dist/index-BuN8GnS7.js +0 -22
  150. package/dist/index-Bz2Crv7F.js +0 -5072
  151. package/dist/index-DeZLQiGl.cjs +0 -33
package/dist/index.js CHANGED
@@ -1,37 +1,37 @@
1
- import { A as t, a as o, b as i, d as n, B as r, C as d, e as l, f as c, h as T, i as p, j as u, k as A, l as C, m as S, n as h, o as M, p as _, q as m, r as b, s as I, _ as L, t as P, u as E, v as U, w as R, x as D, y as g, z as N, D as F, E as k, F as f, G as O, H as v, I as H, J as y, K as B, L as x, M as w, N as G, O as K, P as Y, Q as V, R as Q, U as X, S as z, T as W, V as Z, W as j, X as q, Y as J, Z as $, $ as aa, a0 as ea, a1 as sa, a2 as ta, a3 as oa, a4 as ia, a5 as na, a6 as ra, a7 as da, a8 as la, a9 as ca, aa as Ta, ab as pa, ac as ua, ad as Aa, ae as Ca, af as Sa, ag as ha, ah as Ma, ai as _a, aj as ma, ak as ba, al as Ia, am as La, an as Pa, ao as Ea, ap as Ua, aq as Ra, ar as Da, as as ga, at as Na, au as Fa, av as ka, aw as fa, ax as Oa, ay as va, az as Ha, aA as ya, aB as Ba, aC as xa, aD as wa, aE as Ga, aF as Ka, aG as Ya, aH as Va, aI as Qa, aJ as Xa, aK as za, aL as Wa, _ as Za, aM as ja, aN as qa, aO as Ja, aP as $a, aQ as ae, aR as ee, aS as se, U as te, aT as oe, Y as ie, aU as ne, aV as re, aW as de, aX as le, aY as ce, aZ as Te, a_ as pe, a$ as ue, b0 as Ae, b1 as Ce, b2 as Se, b3 as he, b4 as Me, b5 as _e, b6 as me, b7 as be, b8 as Ie, b9 as Le, ba as Pe, bb as Ee, bc as Ue, bd as Re, be as De, bf as ge, bg as Ne, bh as Fe, bi as ke, bj as fe, bk as Oe, bl as ve, bm as He, bn as ye, bo as Be, bp as xe, bq as we, br as Ge, bs as Ke, bt as Ye, bu as Ve, bv as Qe, bw as Xe, bx as ze, by as We, bz as Ze, bA as je, bB as qe, bC as Je, bD as $e, bE as as, bF as es, bG as ss, bH as ts, bI as os, bJ as is, bK as ns, bL as rs, bM as ds, bN as ls, bO as cs, bP as Ts, bQ as ps, bR as us, bS as As, bT as Cs, bU as Ss, bV as hs, bW as Ms, bX as _s, bY as ms, bZ as bs, b_ as Is, b$ as Ls, c0 as Ps, c1 as Es, c2 as Us, c3 as Rs, c4 as Ds, c5 as gs, c6 as Ns, c7 as Fs, c8 as ks, c9 as fs, ca as Os, cb as vs, cc as Hs, cd as ys, ce as Bs, cf as xs, cg as ws, ch as Gs, ci as Ks, cj as Ys, ck as Vs, cl as Qs, cm as Xs, cn as zs, co as Ws, cp as Zs, cq as js, cr as qs, cs as Js, ct as $s, cu as at, cv as et, cw as st, cx as tt, cy as ot, cz as it, cA as nt, cB as rt, cC as dt, cD as lt, cE as ct, cF as Tt, cG as pt, cH as ut, cI as At, cJ as Ct, cK as St, cL as ht, cM as Mt, cN as _t, cO as mt, cP as bt, cQ as It, cR as Lt, cS as Pt, cT as Et, cU as Ut, cV as Rt, cW as Dt, cX as gt, cY as Nt, cZ as Ft, c_ as kt, c$ as ft, d0 as Ot, d1 as vt, d2 as Ht, d3 as yt, d4 as Bt, d5 as xt, d6 as wt, d7 as Gt, d8 as Kt, d9 as Yt, da as Vt, db as Qt, dc as Xt, dd as zt, de as Wt, df as Zt, dg as jt, dh as qt, di as Jt, dj as $t, dk as ao, dl as eo, dm as so, dn as to, dp as oo, dq as io, dr as no, ds as ro, dt as lo, du as co, dv as To, dw as po, dx as uo, dy as Ao, dz as Co, dA as So, dB as ho, dC as Mo, dD as _o, dE as mo, dF as bo, dG as Io, dH as Lo, dI as Po, dJ as Eo, dK as Uo, dL as Ro, dM as Do, dN as go, dO as No, dP as Fo, dQ as ko, dR as fo, dS as Oo, dT as vo, dU as Ho, dV as yo, dW as Bo, dX as xo, dY as wo, dZ as Go, d_ as Ko, d$ as Yo, e0 as Vo, e1 as Qo, e2 as Xo, e3 as zo, e4 as Wo, e5 as Zo, e6 as jo, e7 as qo, e8 as Jo, e9 as $o, ea as ai, eb as ei, ec as si, ed as ti, ee as oi, ef as ii, eg as ni, eh as ri, ei as di, ej as li, ek as ci, el as Ti } from "./index-x18YuBk_.js";
1
+ import { A as t, a as o, b as i, d as r, B as n, C as l, e as d, f as c, h as T, i as u, j as p, k as A, l as C, m as S, n as _, o as h, p as M, q as m, r as b, s as I, _ as P, t as E, u as L, v as R, w as U, x as D, y as g, z as N, D as F, E as f, F as k, G as O, H as v, I as H, J as y, K as B, L as x, M as w, N as G, O as K, P as Y, Q as V, R as X, U as Q, S as z, T as W, V as Z, W as j, X as q, Y as J, Z as $, $ as ee, a0 as ae, a1 as se, a2 as te, a3 as oe, a4 as ie, a5 as re, a6 as ne, a7 as le, a8 as de, a9 as ce, aa as Te, ab as ue, ac as pe, ad as Ae, ae as Ce, af as Se, ag as _e, ah as he, ai as Me, aj as me, ak as be, al as Ie, am as Pe, an as Ee, ao as Le, ap as Re, aq as Ue, ar as De, as as ge, at as Ne, au as Fe, av as fe, aw as ke, ax as Oe, ay as ve, az as He, aA as ye, aB as Be, aC as xe, aD as we, aE as Ge, aF as Ke, aG as Ye, aH as Ve, aI as Xe, aJ as Qe, aK as ze, aL as We, aM as Ze, aN as je, aO as qe, aP as Je, _ as $e, aQ as ea, aR as aa, aS as sa, aT as ta, aU as oa, aV as ia, aW as ra, U as na, aX as la, Y as da, aY as ca, aZ as Ta, a_ as ua, a$ as pa, b0 as Aa, b1 as Ca, b2 as Sa, b3 as _a, b4 as ha, b5 as Ma, b6 as ma, b7 as ba, b8 as Ia, b9 as Pa, ba as Ea, bb as La, bc as Ra, bd as Ua, be as Da, bf as ga, bg as Na, bh as Fa, bi as fa, bj as ka, bk as Oa, bl as va, bm as Ha, bn as ya, bo as Ba, bp as xa, bq as wa, br as Ga, bs as Ka, bt as Ya, bu as Va, bv as Xa, bw as Qa, bx as za, by as Wa, bz as Za, bA as ja, bB as qa, bC as Ja, bD as $a, bE as es, bF as as, bG as ss, bH as ts, bI as os, bJ as is, bK as rs, bL as ns, bM as ls, bN as ds, bO as cs, bP as Ts, bQ as us, bR as ps, bS as As, bT as Cs, bU as Ss, bV as _s, bW as hs, bX as Ms, bY as ms, bZ as bs, b_ as Is, b$ as Ps, c0 as Es, c1 as Ls, c2 as Rs, c3 as Us, c4 as Ds, c5 as gs, c6 as Ns, c7 as Fs, c8 as fs, c9 as ks, ca as Os, cb as vs, cc as Hs, cd as ys, ce as Bs, cf as xs, cg as ws, ch as Gs, ci as Ks, cj as Ys, ck as Vs, cl as Xs, cm as Qs, cn as zs, co as Ws, cp as Zs, cq as js, cr as qs, cs as Js, ct as $s, cu as et, cv as at, cw as st, cx as tt, cy as ot, cz as it, cA as rt, cB as nt, cC as lt, cD as dt, cE as ct, cF as Tt, cG as ut, cH as pt, cI as At, cJ as Ct, cK as St, cL as _t, cM as ht, cN as Mt, cO as mt, cP as bt, cQ as It, cR as Pt, cS as Et, cT as Lt, cU as Rt, cV as Ut, cW as Dt, cX as gt, cY as Nt, cZ as Ft, c_ as ft, c$ as kt, d0 as Ot, d1 as vt, d2 as Ht, d3 as yt, d4 as Bt, d5 as xt, d6 as wt, d7 as Gt, d8 as Kt, d9 as Yt, da as Vt, db as Xt, dc as Qt, dd as zt, de as Wt, df as Zt, dg as jt, dh as qt, di as Jt, dj as $t, dk as eo, dl as ao, dm as so, dn as to, dp as oo, dq as io, dr as ro, ds as no, dt as lo, du as co, dv as To, dw as uo, dx as po, dy as Ao, dz as Co, dA as So, dB as _o, dC as ho, dD as Mo, dE as mo, dF as bo, dG as Io, dH as Po, dI as Eo, dJ as Lo, dK as Ro, dL as Uo, dM as Do, dN as go, dO as No, dP as Fo, dQ as fo, dR as ko, dS as Oo, dT as vo, dU as Ho, dV as yo, dW as Bo, dX as xo, dY as wo, dZ as Go, d_ as Ko, d$ as Yo, e0 as Vo, e1 as Xo, e2 as Qo, e3 as zo, e4 as Wo, e5 as Zo, e6 as jo, e7 as qo, e8 as Jo, e9 as $o, ea as ei, eb as ai, ec as si, ed as ti, ee as oi, ef as ii, eg as ri, eh as ni, ei as li, ej as di, ek as ci, el as Ti, em as ui, en as pi, eo as Ai, ep as Ci, eq as Si, er as _i, es as hi, et as Mi, eu as mi, ev as bi, ew as Ii, ex as Pi } from "./index-DDlS9QfJ.js";
2
2
  import "vue";
3
3
  export {
4
4
  t as ACTION_BAR_ICON_NAMES,
5
5
  o as ACTION_BAR_SYSTEM_PROMPT,
6
6
  i as ARTIFACT_BLOCK_SYSTEM_PROMPT,
7
- n as ASK_USER_FORM_SYSTEM_PROMPT,
8
- r as BASICAGENT_DEFAULT_APP_ID,
9
- d as CHART_BLOCK_SYSTEM_PROMPT,
10
- l as CHART_TYPES,
7
+ r as ASK_USER_FORM_SYSTEM_PROMPT,
8
+ n as BASICAGENT_DEFAULT_APP_ID,
9
+ l as CHART_BLOCK_SYSTEM_PROMPT,
10
+ d as CHART_TYPES,
11
11
  c as CHAT_SKILL_ALL,
12
12
  T as CHAT_SKILL_CHANNEL_HOME,
13
- p as CHAT_SKILL_CHANNEL_PLAZA,
14
- u as CHAT_SKILL_MENU_DEFAULT_PARAMS,
13
+ u as CHAT_SKILL_CHANNEL_PLAZA,
14
+ p as CHAT_SKILL_MENU_DEFAULT_PARAMS,
15
15
  A as CHAT_SKILL_MENU_LAZY_PAGE_SIZE,
16
16
  C as CHAT_SKILL_MENU_PAGE_SIZE,
17
17
  S as CHAT_SKILL_OPTION_HOT_DAILY,
18
- h as CHAT_SKILL_PANEL_DEFAULT_PARAMS,
19
- M as ChartToolRenderer,
20
- _ as ChatActionbar,
18
+ _ as CHAT_SKILL_PANEL_DEFAULT_PARAMS,
19
+ h as ChartToolRenderer,
20
+ M as ChatActionbar,
21
21
  m as ChatApp,
22
22
  b as ChatAttachments,
23
23
  I as ChatBot,
24
- L as ChatDialog,
25
- P as ChatFileCard,
26
- E as ChatFilePreview,
27
- U as ChatFilePreviewPanel,
28
- R as ChatFollowUps,
24
+ P as ChatDialog,
25
+ E as ChatFileCard,
26
+ L as ChatFilePreview,
27
+ R as ChatFilePreviewPanel,
28
+ U as ChatFollowUps,
29
29
  D as ChatHistorySearchDialog,
30
30
  g as ChatImageLightbox,
31
31
  N as ChatMessage,
32
32
  F as ChatPreviewSkeleton,
33
- k as ChatProvider,
34
- f as ChatQueue,
33
+ f as ChatProvider,
34
+ k as ChatQueue,
35
35
  O as ChatReasoning,
36
36
  v as ChatSender,
37
37
  H as ChatSenderAppendIcon,
@@ -43,8 +43,8 @@ export {
43
43
  K as ChatSenderMicOffIcon,
44
44
  Y as ChatSenderMoreIcon,
45
45
  V as ChatSessionSidebar,
46
- Q as ChatSessionStatusMark,
47
- X as ChatSkeletonItem,
46
+ X as ChatSessionStatusMark,
47
+ Q as ChatSkeletonItem,
48
48
  z as ChatSkillCard,
49
49
  W as ChatSkillCardSkeleton,
50
50
  Z as ChatSkillDetailDialog,
@@ -52,285 +52,297 @@ export {
52
52
  q as ChatSkillPanel,
53
53
  J as ChatSkillTabs,
54
54
  $ as ChatTipMenu,
55
- aa as ChatToolGroup,
56
- ea as CodeToolRenderer,
57
- sa as ConversationList,
58
- ta as D3MindMap,
59
- oa as DEFAULT_ABORT_URL,
60
- ia as DEFAULT_CHAT_API_URL,
61
- na as DEFAULT_CHAT_ATTACHMENT_LIMITS,
62
- ra as DEFAULT_DROP_MAX_DISTANCE,
63
- da as DEFAULT_HISTORY_DELETE_URL,
64
- la as DEFAULT_HISTORY_FIND_BY_SESSION_URL,
65
- ca as DEFAULT_HISTORY_FIND_BY_USER_URL,
66
- Ta as DEFAULT_HISTORY_PAGE_SIZE,
67
- pa as DEFAULT_HISTORY_RENAME_URL,
68
- ua as DEFAULT_HISTORY_VIEWED_URL,
69
- Aa as DEFAULT_LAST_SESSION_URL,
70
- Ca as DEFAULT_MODEL_LIST_URL,
71
- Sa as DEFAULT_RESUME_URL,
72
- ha as DEFAULT_SIDEBAR_NAV_ITEMS,
73
- Ma as DEFAULT_SIDEBAR_PERSIST_KEY,
74
- _a as DEFAULT_SIDEBAR_TEXTS,
75
- ma as DEFAULT_SKILL_AVATAR_THUMB,
76
- ba as DRAG_THRESHOLD_PX,
77
- Ia as DocumentViewer,
78
- La as EXPAND_BUTTON_OFFSET,
79
- Pa as EXPAND_BUTTON_RADIUS,
80
- Ea as EmptyState,
81
- Ua as FileReadToolRenderer,
82
- Ra as MIND_MAP_NODE_HEIGHT,
83
- Da as MIND_MAP_PERIPHERAL_BTN_BASE,
84
- ga as MIND_MAP_PERIPHERAL_BTN_DEPTH,
85
- Na as MessageBubble,
86
- Fa as MindMapToolRenderer,
87
- ka as NODE_CONTENT_RECT_X,
88
- fa as NODE_RECT,
89
- Oa as OpenGenUIToolRenderer,
90
- va as OpenGenerativeUiChartRenderer,
91
- Ha as OpenGenerativeUiPlanRenderer,
92
- ya as OpenGenerativeUiScheduleRenderer,
93
- Ba as OpenGenerativeUiThemeRenderer,
94
- xa as ProcessResultCard,
95
- wa as ProcessStepGroup,
96
- Ga as SKILL_API_PATH,
97
- Ka as SKILL_CLOUD_DEV_PREFIX,
98
- Ya as SKILL_CLOUD_PATH,
99
- Va as SearchToolRenderer,
100
- Qa as TRAILING_CONTENT_GAP,
101
- Xa as TextPartRenderer,
102
- za as ThinkingOrb,
103
- Wa as ToolCallPart,
104
- Za as UiDialog,
105
- ja as UiDropdown,
106
- qa as UiImage,
107
- Ja as UiMenu,
108
- $a as UiMenuColumn,
109
- ae as UiMenuSubmenuColumn,
110
- ee as UiMenuSubmenuSkeleton,
111
- se as UiSearchInput,
112
- te as UiSkeleton,
113
- oe as UiSkeletonItem,
114
- ie as UiTabs,
115
- ne as appendImageViewParams,
116
- re as applyInitialCollapse,
117
- de as applyMindMapFitInsets,
118
- le as applyMindMapNodeDecorationFeatures,
119
- ce as applyMindMapTreeData,
120
- Te as artifactToChatResource,
121
- pe as assertNever,
122
- ue as buildAskUserFunctionCallOutput,
123
- Ae as buildChatSendPayload,
124
- Ce as buildCloudAuthHeaders,
125
- Se as buildDropdownItemClickPayload,
126
- he as buildSkillApiUrl,
127
- Me as buildTrailingLayoutSlots,
128
- _e as checkLastSession,
129
- me as classifyAttachment,
130
- be as classifyChatError,
131
- Ie as classifyResourceFile,
132
- Le as clearNodeActions,
133
- Pe as collectExpandedById,
134
- Ee as collectMindMapSubtreeNodes,
135
- Ue as collectSessionArtifacts,
136
- Re as collectSubtreeIds,
137
- De as collectVisibleMindMapNodes,
138
- ge as colorfulTheme,
139
- Ne as computeBezierLinkPath,
140
- Fe as computeMindMapFitTransform,
141
- ke as computeMindMapLayoutSpacing,
142
- fe as computeMindMapLinkPath,
143
- Oe as computeMindMapNodeScreenRect,
144
- ve as computeMindMapNodeTreeBounds,
145
- He as computeMindMapNodeTreeBoundsWithPeripheral,
146
- ye as computeMindMapNodesTreeBounds,
147
- Be as computeMindMapPeripheralExtents,
148
- xe as computeMindMapTreeBoundsScreenRect,
149
- we as computeSmoothStepLinkPath,
150
- Ge as computeStepLinkPath,
151
- Ke as computeTrailingChromeWidth,
152
- Ye as convertDatumToMindMapNode,
153
- Ve as convertMindMapData,
154
- Qe as convertReferenceMarkers,
155
- Xe as convertToD3Tree,
156
- ze as createAttachmentFingerprint,
157
- We as createBasicAgentCredentialHeaders,
158
- Ze as createChatAttachmentController,
159
- je as createChatMessageId,
160
- qe as createMindMapPositionHelpers,
161
- Je as createNodePayload,
162
- $e as createReferenceClickHandler,
163
- as as createSkillAxios,
164
- es as darkTheme,
165
- ss as debounce,
166
- ts as deepClone,
167
- os as defaultTheme,
168
- is as deleteHistory,
169
- ns as disposeAllNodeActionComponents,
170
- rs as disposeAllTrailingIconComponents,
171
- ds as disposeNodeActionComponent,
172
- ls as disposeTrailingIconComponent,
173
- cs as downloadArtifact,
174
- Ts as downloadBlob,
175
- ps as editChatQueueItem,
176
- us as enqueueChatPayload,
177
- As as escapeHtml,
178
- Cs as expandMindMapTreeBoundsPadding,
179
- Ss as extractAskFormMdocFromToolCalls,
180
- hs as extractAskFormNodes,
181
- Ms as extractAskUserFromToolCall,
182
- _s as extractAskUserFromToolCalls,
183
- ms as extractAskUserQuestionsFromContent,
184
- bs as extractReferenceIndex,
185
- Is as fetchAbortSession,
186
- Ls as fetchChatApi,
187
- Ps as fetchKnowledgeList,
188
- Es as fetchModelList,
189
- Us as fetchPublishedScenes,
190
- Rs as fetchPublishedScenesPage,
191
- Ds as fetchPublishedSkills,
192
- gs as fetchPublishedSkillsAndScenes,
193
- Ns as fetchPublishedSkillsPage,
194
- Fs as fetchResume,
195
- ks as fetchSkillTypes,
196
- fs as filterOutAskFormToolCalls,
197
- Os as filterOutAskUserToolCalls,
198
- vs as filterVisibleMindMapPeripheralActions,
199
- Hs as findBySessionId,
200
- ys as findByUserId,
201
- Bs as findNodeLocation,
202
- xs as findSiblingGapDropTarget,
203
- ws as forceExpandAll,
204
- Gs as formatAskUserAnswersLabel,
205
- Ks as formatAskUserBubbleLabel,
206
- Ys as formatDropdownSubmenuSelectionPath,
207
- Vs as formatModelLabel,
208
- Qs as formatModelPricingTooltip,
209
- Xs as generateMindMapId,
210
- zs as generateObjectId,
211
- Ws as getChatFileIconSrc,
212
- Zs as getChatPreviewKind,
213
- js as getDefaultNodeHeight,
214
- qs as getDragFloatBox,
215
- Js as getDropPreview,
216
- $s as getFileExtension,
217
- at as getFilesFromDataTransfer,
218
- et as getNodeLayoutBox,
219
- st as getQiniuUploadCredential,
220
- tt as getTextWidth,
221
- ot as getTheme,
222
- it as groupSessionsByTime,
223
- nt as hasFileDrag,
224
- rt as hasSubmenuContent,
225
- dt as hasTipMenuApiItems,
226
- lt as hashMindMapForDirtyCheck,
227
- ct as isActionBarReady,
228
- Tt as isAnyNodeDecorationFeatureEnabled,
229
- pt as isAskFormToolName,
230
- ut as isAskUserAnswerComplete,
231
- At as isAskUserShapedArguments,
232
- Ct as isAskUserToolName,
233
- St as isChartType,
234
- ht as isGradient,
235
- Mt as isIconOutsideContent,
236
- _t as isMenuItemClickable,
237
- mt as isSelfOrDescendant,
238
- bt as isTextArtifactType,
239
- It as isTipMenuItemVisible,
240
- Lt as mapDropdownMenuItemToUiMenuItem,
241
- Pt as mapDropdownMenuItemsToUiMenuItems,
242
- Et as mapHistoryItemToSession,
243
- Ut as mapModelListResponse,
244
- Rt as mergeChatCloudConfig,
245
- Dt as mergeMindMapTreeBounds,
246
- gt as mergeTheme,
247
- Nt as minimalTheme,
248
- Ft as moveChatQueueItem,
249
- kt as moveMindMapNode,
250
- ft as normalizeAgentHistoryMessages,
251
- Ot as normalizeAskUserPayload,
252
- vt as normalizeAskUserQuestion,
253
- Ht as normalizeHistoryItem,
254
- yt as normalizeHistoryResourceFile,
255
- Bt as openArtifactInNewTab,
256
- xt as parseAskUserPayloadFromArguments,
257
- wt as parseGradientColor,
258
- Gt as parseModelId,
259
- Kt as parseQiniuUploadResult,
260
- Yt as parseSessionRunStatus,
261
- Vt as partitionNodeActions,
262
- Qt as professionalTheme,
263
- Xt as registerChatPreviewRenderer,
264
- zt as registerToolRenderer,
265
- Wt as removeChatQueueItem,
266
- Zt as renameHistory,
267
- jt as renderPlainTextWithReferences,
268
- qt as replaceSendPayloadText,
269
- Jt as resolveActionBarIcon,
270
- $t as resolveArtifactOpenStrategy,
271
- ao as resolveArtifactPreviewKind,
272
- eo as resolveAttachmentInputTarget,
273
- so as resolveChatAttachmentLimits,
274
- to as resolveChatPreviewRenderer,
275
- oo as resolveCloudHeaders,
276
- io as resolveDecorationAnimation,
277
- no as resolveDragProbe,
278
- ro as resolveDropMaxDistance,
279
- lo as resolveDropTarget,
280
- co as resolveHoverActionCenterX,
281
- To as resolveMindMapLinkCurve,
282
- po as resolveMindMapNodeGroupRightX,
283
- uo as resolveMindMapPeripheralTrailingOffset,
284
- Ao as resolveModelGroup,
285
- Co as resolveNodeTrailingLayout,
286
- So as resolveOutlineMindMapPeripheralActions,
287
- ho as resolvePositionInBox,
288
- Mo as resolveSkillAvatarSrc,
289
- _o as resolveSkillCloudPrefix,
290
- mo as resolveTipMenuSubmenuOptions,
291
- bo as resolveToolRenderer,
292
- Io as resourceToContentPart,
293
- Lo as restoreExpandedById,
294
- Po as restorePositionsAfterRebuild,
295
- Eo as serializeAskUserOutput,
296
- Uo as sessionArtifactToAction,
297
- Ro as shouldCloseMenuOnItemClick,
298
- Do as snapshotCurrentPositions,
299
- go as snapshotTreePositions,
300
- No as stripNodeDecorationAnimation,
301
- Fo as subItemHasSubmenu,
302
- ko as svgToBlob,
303
- fo as svgToPng,
304
- Oo as syncNodeActions,
305
- vo as syncTrailingIcon,
306
- Ho as themes,
307
- yo as throttle,
308
- Bo as toChatResourceFile,
309
- xo as toCssAnimationTime,
310
- wo as toPanelCardModels,
311
- Go as toSkillCardModel,
312
- Ko as toSkillFetchConfig,
313
- Yo as toTipMenuItem,
314
- Vo as toUploadConfig,
315
- Qo as updateViewed,
316
- Xo as uploadFile,
317
- zo as uploadFileToQiniu,
318
- Wo as useChatContext,
319
- Zo as useChatSessionHistory,
320
- jo as useChatSkillTipMenu,
321
- qo as useChatSkills,
322
- Jo as useChatTipMenu,
323
- $o as useConversation,
324
- ai as useExpandingItem,
325
- ei as useFloatingPair,
326
- si as useImageUrl,
327
- ti as useMindMapHistory,
328
- oi as useMindMapLayout,
329
- ii as useMindMapTheme,
330
- ni as useUiDropdown,
331
- ri as useUiMenuFloating,
332
- di as useUiMenuPanel,
333
- li as useUiMenuPanelInject,
334
- ci as useUiMenuPanelProvide,
335
- Ti as validateAttachmentFile
55
+ ee as ChatToolGroup,
56
+ ae as CodeToolRenderer,
57
+ se as ConversationList,
58
+ te as D3MindMap,
59
+ oe as DEFAULT_ABORT_URL,
60
+ ie as DEFAULT_CHAT_API_URL,
61
+ re as DEFAULT_CHAT_ATTACHMENT_LIMITS,
62
+ ne as DEFAULT_DROP_MAX_DISTANCE,
63
+ le as DEFAULT_HISTORY_DELETE_URL,
64
+ de as DEFAULT_HISTORY_FIND_BY_SESSION_URL,
65
+ ce as DEFAULT_HISTORY_FIND_BY_USER_URL,
66
+ Te as DEFAULT_HISTORY_PAGE_SIZE,
67
+ ue as DEFAULT_HISTORY_RENAME_URL,
68
+ pe as DEFAULT_HISTORY_VIEWED_URL,
69
+ Ae as DEFAULT_LAST_SESSION_URL,
70
+ Ce as DEFAULT_MODEL_LIST_URL,
71
+ Se as DEFAULT_RESUME_URL,
72
+ _e as DEFAULT_SIDEBAR_NAV_ITEMS,
73
+ he as DEFAULT_SIDEBAR_PERSIST_KEY,
74
+ Me as DEFAULT_SIDEBAR_TEXTS,
75
+ me as DEFAULT_SKILL_AVATAR_THUMB,
76
+ be as DRAG_THRESHOLD_PX,
77
+ Ie as DocumentViewer,
78
+ Pe as EXPAND_BUTTON_OFFSET,
79
+ Ee as EXPAND_BUTTON_RADIUS,
80
+ Le as EmptyState,
81
+ Re as FileReadToolRenderer,
82
+ Ue as MIND_MAP_NODE_HEIGHT,
83
+ De as MIND_MAP_PERIPHERAL_BTN_BASE,
84
+ ge as MIND_MAP_PERIPHERAL_BTN_DEPTH,
85
+ Ne as MessageBubble,
86
+ Fe as MindMapToolRenderer,
87
+ fe as NODE_CONTENT_RECT_X,
88
+ ke as NODE_RECT,
89
+ Oe as OFFICE_PREVIEW_ENDPOINT,
90
+ ve as OpenGenUIToolRenderer,
91
+ He as OpenGenerativeUiChartRenderer,
92
+ ye as OpenGenerativeUiPlanRenderer,
93
+ Be as OpenGenerativeUiScheduleRenderer,
94
+ xe as OpenGenerativeUiThemeRenderer,
95
+ we as ProcessResultCard,
96
+ Ge as ProcessStepGroup,
97
+ Ke as SKILL_API_PATH,
98
+ Ye as SKILL_CLOUD_DEV_PREFIX,
99
+ Ve as SKILL_CLOUD_PATH,
100
+ Xe as SearchToolRenderer,
101
+ Qe as SubagentRunsPanel,
102
+ ze as TEXT_REF_END,
103
+ We as TEXT_REF_START,
104
+ Ze as TRAILING_CONTENT_GAP,
105
+ je as TextPartRenderer,
106
+ qe as ThinkingOrb,
107
+ Je as ToolCallPart,
108
+ $e as UiDialog,
109
+ ea as UiDropdown,
110
+ aa as UiImage,
111
+ sa as UiMenu,
112
+ ta as UiMenuColumn,
113
+ oa as UiMenuSubmenuColumn,
114
+ ia as UiMenuSubmenuSkeleton,
115
+ ra as UiSearchInput,
116
+ na as UiSkeleton,
117
+ la as UiSkeletonItem,
118
+ da as UiTabs,
119
+ ca as WebSearchProcessRow,
120
+ Ta as appendImageViewParams,
121
+ ua as applyInitialCollapse,
122
+ pa as applyMindMapFitInsets,
123
+ Aa as applyMindMapNodeDecorationFeatures,
124
+ Ca as applyMindMapTreeData,
125
+ Sa as artifactToChatResource,
126
+ _a as assertNever,
127
+ ha as buildAskUserFunctionCallOutput,
128
+ Ma as buildChatSendPayload,
129
+ ma as buildCloudAuthHeaders,
130
+ ba as buildDropdownItemClickPayload,
131
+ Ia as buildOfficePreviewUrl,
132
+ Pa as buildOfficePreviewUrlFromResource,
133
+ Ea as buildSkillApiUrl,
134
+ La as buildTrailingLayoutSlots,
135
+ Ra as checkLastSession,
136
+ Ua as classifyAttachment,
137
+ Da as classifyChatError,
138
+ ga as classifyResourceFile,
139
+ Na as clearNodeActions,
140
+ Fa as collectExpandedById,
141
+ fa as collectMindMapSubtreeNodes,
142
+ ka as collectSessionArtifacts,
143
+ Oa as collectSubtreeIds,
144
+ va as collectVisibleMindMapNodes,
145
+ Ha as colorfulTheme,
146
+ ya as computeBezierLinkPath,
147
+ Ba as computeMindMapFitTransform,
148
+ xa as computeMindMapLayoutSpacing,
149
+ wa as computeMindMapLinkPath,
150
+ Ga as computeMindMapNodeScreenRect,
151
+ Ka as computeMindMapNodeTreeBounds,
152
+ Ya as computeMindMapNodeTreeBoundsWithPeripheral,
153
+ Va as computeMindMapNodesTreeBounds,
154
+ Xa as computeMindMapPeripheralExtents,
155
+ Qa as computeMindMapTreeBoundsScreenRect,
156
+ za as computeSmoothStepLinkPath,
157
+ Wa as computeStepLinkPath,
158
+ Za as computeTrailingChromeWidth,
159
+ ja as convertDatumToMindMapNode,
160
+ qa as convertMindMapData,
161
+ Ja as convertReferenceMarkers,
162
+ $a as convertToD3Tree,
163
+ es as createAttachmentFingerprint,
164
+ as as createBasicAgentCredentialHeaders,
165
+ ss as createChatAttachmentController,
166
+ ts as createChatMessageId,
167
+ os as createMindMapPositionHelpers,
168
+ is as createNodePayload,
169
+ rs as createReferenceClickHandler,
170
+ ns as createSkillAxios,
171
+ ls as darkTheme,
172
+ ds as debounce,
173
+ cs as deepClone,
174
+ Ts as defaultTheme,
175
+ us as deleteHistory,
176
+ ps as disposeAllNodeActionComponents,
177
+ As as disposeAllTrailingIconComponents,
178
+ Cs as disposeNodeActionComponent,
179
+ Ss as disposeTrailingIconComponent,
180
+ _s as downloadArtifact,
181
+ hs as downloadBlob,
182
+ Ms as editChatQueueItem,
183
+ ms as enqueueChatPayload,
184
+ bs as escapeHtml,
185
+ Is as expandMindMapTreeBoundsPadding,
186
+ Ps as extractAskFormMdocFromToolCalls,
187
+ Es as extractAskFormNodes,
188
+ Ls as extractAskUserFromToolCall,
189
+ Rs as extractAskUserFromToolCalls,
190
+ Us as extractAskUserQuestionsFromContent,
191
+ Ds as extractReferenceIndex,
192
+ gs as fetchAbortSession,
193
+ Ns as fetchChatApi,
194
+ Fs as fetchKnowledgeList,
195
+ fs as fetchModelList,
196
+ ks as fetchPublishedScenes,
197
+ Os as fetchPublishedScenesPage,
198
+ vs as fetchPublishedSkills,
199
+ Hs as fetchPublishedSkillsAndScenes,
200
+ ys as fetchPublishedSkillsPage,
201
+ Bs as fetchResume,
202
+ xs as fetchSkillTypes,
203
+ ws as filterOutAskFormToolCalls,
204
+ Gs as filterOutAskUserToolCalls,
205
+ Ks as filterVisibleMindMapPeripheralActions,
206
+ Ys as findBySessionId,
207
+ Vs as findByUserId,
208
+ Xs as findNodeLocation,
209
+ Qs as findSiblingGapDropTarget,
210
+ zs as forceExpandAll,
211
+ Ws as formatAskUserAnswersLabel,
212
+ Zs as formatAskUserBubbleLabel,
213
+ js as formatDropdownSubmenuSelectionPath,
214
+ qs as formatModelLabel,
215
+ Js as formatModelPricingTooltip,
216
+ $s as generateMindMapId,
217
+ et as generateObjectId,
218
+ at as getChatFileIconSrc,
219
+ st as getChatPreviewKind,
220
+ tt as getDefaultNodeHeight,
221
+ ot as getDragFloatBox,
222
+ it as getDropPreview,
223
+ rt as getFileExtension,
224
+ nt as getFilesFromDataTransfer,
225
+ lt as getNodeLayoutBox,
226
+ dt as getQiniuUploadCredential,
227
+ ct as getTextWidth,
228
+ Tt as getTheme,
229
+ ut as groupSessionsByTime,
230
+ pt as hasFileDrag,
231
+ At as hasSubmenuContent,
232
+ Ct as hasTextReference,
233
+ St as hasTipMenuApiItems,
234
+ _t as hashMindMapForDirtyCheck,
235
+ ht as isActionBarReady,
236
+ Mt as isAnyNodeDecorationFeatureEnabled,
237
+ mt as isAskFormToolName,
238
+ bt as isAskUserAnswerComplete,
239
+ It as isAskUserShapedArguments,
240
+ Pt as isAskUserToolName,
241
+ Et as isChartType,
242
+ Lt as isGradient,
243
+ Rt as isIconOutsideContent,
244
+ Ut as isMenuItemClickable,
245
+ Dt as isSelfOrDescendant,
246
+ gt as isTextArtifactType,
247
+ Nt as isTipMenuItemVisible,
248
+ Ft as mapDropdownMenuItemToUiMenuItem,
249
+ ft as mapDropdownMenuItemsToUiMenuItems,
250
+ kt as mapHistoryItemToSession,
251
+ Ot as mapModelListResponse,
252
+ vt as mergeChatCloudConfig,
253
+ Ht as mergeMindMapTreeBounds,
254
+ yt as mergeTheme,
255
+ Bt as minimalTheme,
256
+ xt as moveChatQueueItem,
257
+ wt as moveMindMapNode,
258
+ Gt as normalizeAgentHistoryMessages,
259
+ Kt as normalizeAskUserPayload,
260
+ Yt as normalizeAskUserQuestion,
261
+ Vt as normalizeHistoryItem,
262
+ Xt as normalizeHistoryResourceFile,
263
+ Qt as openArtifactInNewTab,
264
+ zt as parseAskUserPayloadFromArguments,
265
+ Wt as parseGradientColor,
266
+ Zt as parseModelId,
267
+ jt as parseQiniuUploadResult,
268
+ qt as parseSessionRunStatus,
269
+ Jt as partitionNodeActions,
270
+ $t as professionalTheme,
271
+ eo as registerChatPreviewRenderer,
272
+ ao as registerToolRenderer,
273
+ so as removeChatQueueItem,
274
+ to as renameHistory,
275
+ oo as renderPlainTextWithReferences,
276
+ io as replaceSendPayloadText,
277
+ ro as resolveActionBarIcon,
278
+ no as resolveArtifactOpenStrategy,
279
+ lo as resolveArtifactPreviewKind,
280
+ co as resolveAttachmentInputTarget,
281
+ To as resolveChatAttachmentLimits,
282
+ uo as resolveChatPreviewRenderer,
283
+ po as resolveCloudHeaders,
284
+ Ao as resolveDecorationAnimation,
285
+ Co as resolveDragProbe,
286
+ So as resolveDropMaxDistance,
287
+ _o as resolveDropTarget,
288
+ ho as resolveHoverActionCenterX,
289
+ Mo as resolveMindMapLinkCurve,
290
+ mo as resolveMindMapNodeGroupRightX,
291
+ bo as resolveMindMapPeripheralTrailingOffset,
292
+ Io as resolveModelGroup,
293
+ Po as resolveNodeTrailingLayout,
294
+ Eo as resolveOutlineMindMapPeripheralActions,
295
+ Lo as resolvePositionInBox,
296
+ Ro as resolveSkillAvatarSrc,
297
+ Uo as resolveSkillCloudPrefix,
298
+ Do as resolveTipMenuKnowledgeGroups,
299
+ go as resolveTipMenuSubmenuOptions,
300
+ No as resolveToolRenderer,
301
+ Fo as resourceToContentPart,
302
+ fo as restoreExpandedById,
303
+ ko as restorePositionsAfterRebuild,
304
+ Oo as serializeAskUserOutput,
305
+ vo as sessionArtifactToAction,
306
+ Ho as shouldCloseMenuOnItemClick,
307
+ yo as snapshotCurrentPositions,
308
+ Bo as snapshotTreePositions,
309
+ xo as splitTextReference,
310
+ wo as stripNodeDecorationAnimation,
311
+ Go as subItemHasSubmenu,
312
+ Ko as svgToBlob,
313
+ Yo as svgToPng,
314
+ Vo as syncNodeActions,
315
+ Xo as syncTrailingIcon,
316
+ Qo as themes,
317
+ zo as throttle,
318
+ Wo as toChatResourceFile,
319
+ Zo as toCssAnimationTime,
320
+ jo as toPanelCardModels,
321
+ qo as toSkillCardModel,
322
+ Jo as toSkillFetchConfig,
323
+ $o as toTipMenuItem,
324
+ ei as toUploadConfig,
325
+ ai as updateViewed,
326
+ si as uploadFile,
327
+ ti as uploadFileToQiniu,
328
+ oi as useChatContext,
329
+ ii as useChatSender,
330
+ ri as useChatSessionHistory,
331
+ ni as useChatSkillTipMenu,
332
+ li as useChatSkills,
333
+ di as useChatTipMenu,
334
+ ci as useConversation,
335
+ Ti as useExpandingItem,
336
+ ui as useFloatingPair,
337
+ pi as useImageUrl,
338
+ Ai as useMindMapHistory,
339
+ Ci as useMindMapLayout,
340
+ Si as useMindMapTheme,
341
+ _i as useUiDropdown,
342
+ hi as useUiMenuFloating,
343
+ Mi as useUiMenuPanel,
344
+ mi as useUiMenuPanelInject,
345
+ bi as useUiMenuPanelProvide,
346
+ Ii as validateAttachmentFile,
347
+ Pi as wrapTextReference
336
348
  };