@box/box-ai-content-answers 0.154.4 → 0.156.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 (50) hide show
  1. package/dist/esm/lib/components/answer/constants.js +3 -3
  2. package/dist/esm/lib/components/answer/feedback-tooltip.js +87 -84
  3. package/dist/esm/lib/components/answer/messages.js +1 -1
  4. package/dist/esm/lib/components/api-wrapper/hooks/useContentAnswers.js +113 -109
  5. package/dist/esm/lib/components/api-wrapper/records.js +10 -8
  6. package/dist/esm/lib/components/api-wrapper/utils/stream.js +27 -27
  7. package/dist/esm/lib/components/chat/chat.js +90 -84
  8. package/dist/esm/lib/components/thinkingBubble/boxAILoadingIndicator.js +235 -0
  9. package/dist/esm/lib/components/thinkingBubble/messages.js +26 -0
  10. package/dist/esm/lib/components/thinkingBubble/thinkingBubble.js +122 -0
  11. package/dist/i18n/bn-IN.js +5 -0
  12. package/dist/i18n/da-DK.js +5 -0
  13. package/dist/i18n/de-DE.js +5 -0
  14. package/dist/i18n/en-AU.js +5 -0
  15. package/dist/i18n/en-CA.js +5 -0
  16. package/dist/i18n/en-GB.js +5 -0
  17. package/dist/i18n/en-US.js +6 -1
  18. package/dist/i18n/en-US.properties +12 -2
  19. package/dist/i18n/en-x-pseudo.js +5 -0
  20. package/dist/i18n/es-419.js +5 -0
  21. package/dist/i18n/es-ES.js +5 -0
  22. package/dist/i18n/fi-FI.js +5 -0
  23. package/dist/i18n/fr-CA.js +5 -0
  24. package/dist/i18n/fr-FR.js +5 -0
  25. package/dist/i18n/hi-IN.js +5 -0
  26. package/dist/i18n/it-IT.js +5 -0
  27. package/dist/i18n/ja-JP.js +5 -0
  28. package/dist/i18n/json/src/lib/components/answer/messages.json +1 -1
  29. package/dist/i18n/json/src/lib/components/thinkingBubble/messages.json +1 -0
  30. package/dist/i18n/ko-KR.js +5 -0
  31. package/dist/i18n/nb-NO.js +5 -0
  32. package/dist/i18n/nl-NL.js +5 -0
  33. package/dist/i18n/pl-PL.js +5 -0
  34. package/dist/i18n/pt-BR.js +5 -0
  35. package/dist/i18n/ru-RU.js +5 -0
  36. package/dist/i18n/sv-SE.js +5 -0
  37. package/dist/i18n/tr-TR.js +5 -0
  38. package/dist/i18n/zh-CN.js +5 -0
  39. package/dist/i18n/zh-TW.js +5 -0
  40. package/dist/styles/boxAILoadingIndicator.css +1 -0
  41. package/dist/styles/feedback-tooltip.css +1 -1
  42. package/dist/styles/thinkingBubble.css +1 -0
  43. package/dist/types/lib/components/answer/constants.d.ts +1 -1
  44. package/dist/types/lib/components/api-wrapper/records.d.ts +1 -0
  45. package/dist/types/lib/components/api-wrapper/types.d.ts +1 -0
  46. package/dist/types/lib/components/thinkingBubble/boxAILoadingIndicator.d.ts +3 -0
  47. package/dist/types/lib/components/thinkingBubble/messages.d.ts +28 -0
  48. package/dist/types/lib/components/thinkingBubble/thinkingBubble.d.ts +26 -0
  49. package/dist/types/lib/types.d.ts +1 -0
  50. package/package.json +1 -1
@@ -0,0 +1,122 @@
1
+ import x from "clsx";
2
+ import { useState as b, useId as C, useRef as k, useEffect as u, useCallback as _ } from "react";
3
+ import { useIntl as y } from "react-intl";
4
+ import { Text as M, Tooltip as j } from "@box/blueprint-web";
5
+ import { ChevronRight as X, BoxAi as Y } from "@box/blueprint-web-assets/icons/Medium";
6
+ import { BlackOpacity50 as G } from "@box/blueprint-web-assets/tokens/tokens";
7
+ import U from "../common/markdown-react.js";
8
+ import { BoxAILoadingIndicator as V } from "./boxAILoadingIndicator.js";
9
+ import l from "./messages.js";
10
+ import { jsxs as g, jsx as n } from "react/jsx-runtime";
11
+ import '../../../../styles/thinkingBubble.css';const q = "_thinkingBubbleContainer_vtaw4_2", z = "_thinkingBubbleHeader_vtaw4_8", F = "_headerLeft_vtaw4_20", J = "_thinkingBubbleLogo_vtaw4_25", K = "_chevronIcon_vtaw4_29", Q = "_chevronRotated_vtaw4_34", W = "_chevronDisabled_vtaw4_37", Z = "_logoState_vtaw4_41", $ = "_headerExpanded_vtaw4_50", ee = "_thinkingBubbleContent_vtaw4_56", te = "_scrollableContainer_vtaw4_64", ne = "_contentExpanded_vtaw4_82", oe = "_sidebar_vtaw4_88", ae = "_pillState_vtaw4_106", e = {
12
+ thinkingBubbleContainer: q,
13
+ thinkingBubbleHeader: z,
14
+ headerLeft: F,
15
+ thinkingBubbleLogo: J,
16
+ chevronIcon: K,
17
+ chevronRotated: Q,
18
+ chevronDisabled: W,
19
+ logoState: Z,
20
+ headerExpanded: $,
21
+ thinkingBubbleContent: ee,
22
+ scrollableContainer: te,
23
+ contentExpanded: ne,
24
+ sidebar: oe,
25
+ pillState: ae
26
+ }, re = 5, se = 50, ie = 300, le = 120, Ee = ({
27
+ content: s,
28
+ className: B,
29
+ variant: L = "modal",
30
+ isThinkingComplete: t = !1,
31
+ ...I
32
+ }) => {
33
+ const {
34
+ formatMessage: i
35
+ } = y(), S = L === "sidebar", [c, h] = b(!1), [r, f] = b(!1), [d, w] = b(!1), p = C(), H = C(), o = k(null), v = k(!1);
36
+ u(() => {
37
+ if (s) {
38
+ const a = [setTimeout(() => w(!0), se), setTimeout(() => h(!0), ie)];
39
+ return () => a.forEach(clearTimeout);
40
+ }
41
+ }, [s]);
42
+ const m = _(() => {
43
+ o.current && s && c && !v.current && o.current.scrollTo({
44
+ top: o.current.scrollHeight,
45
+ behavior: "smooth"
46
+ });
47
+ }, [s, c]);
48
+ u(() => {
49
+ m();
50
+ }, [m]);
51
+ const A = _(() => {
52
+ if (o.current) {
53
+ const a = o.current, P = a.scrollTop + a.clientHeight >= a.scrollHeight - re;
54
+ v.current = !P;
55
+ }
56
+ }, []), E = _(() => o.current ? o.current.scrollHeight > le : !1, []), D = () => {
57
+ const a = !r;
58
+ f(a), t && h(a);
59
+ };
60
+ u(() => {
61
+ t && (f(!1), h(!1));
62
+ }, [t]);
63
+ const N = () => t ? /* @__PURE__ */ n(Y, {
64
+ color: G,
65
+ height: 24,
66
+ width: 24
67
+ }) : /* @__PURE__ */ n(V, {}), R = !E() && !t, O = x(e.thinkingBubbleContainer, {
68
+ [e.logoState]: !d,
69
+ [e.headerExpanded]: d,
70
+ [e.contentExpanded]: r,
71
+ [e.pillState]: t && !r,
72
+ [e.sidebar]: S
73
+ }, B), T = !E() && !t;
74
+ return /* @__PURE__ */ g("div", {
75
+ className: O,
76
+ ...I,
77
+ children: [/* @__PURE__ */ g("button", {
78
+ "aria-controls": H,
79
+ "aria-expanded": c && (!t || r),
80
+ "aria-labelledby": p,
81
+ className: e.thinkingBubbleHeader,
82
+ disabled: T,
83
+ onClick: D,
84
+ type: "button",
85
+ "data-target-id": "button-thinkingCompleted|thinkingInProgress|thinkingCompleted|thinkingInProgress|collapseThinkingContent|expandThinkingContent",
86
+ children: [/* @__PURE__ */ g("div", {
87
+ className: e.headerLeft,
88
+ children: [/* @__PURE__ */ n("div", {
89
+ className: e.thinkingBubbleLogo,
90
+ children: N()
91
+ }), d && /* @__PURE__ */ n(M, {
92
+ as: "h3",
93
+ color: t ? "textOnLightSecondary" : "textOnLightDefault",
94
+ id: p,
95
+ variant: "titleMedium",
96
+ children: i(t ? l.thinkingCompleted : l.thinkingInProgress)
97
+ })]
98
+ }), d && /* @__PURE__ */ n(j, {
99
+ content: i(r ? l.collapseThinkingContent : l.expandThinkingContent),
100
+ children: /* @__PURE__ */ n(X, {
101
+ "aria-hidden": "true",
102
+ className: x(e.chevronIcon, r && e.chevronRotated, R && e.chevronDisabled)
103
+ })
104
+ })]
105
+ }), c && (!t || r) && /* @__PURE__ */ n("div", {
106
+ className: e.thinkingBubbleContent,
107
+ children: /* @__PURE__ */ n("div", {
108
+ ref: o,
109
+ "aria-label": i(l.thinkingContentScrollableArea),
110
+ className: e.scrollableContainer,
111
+ onScroll: A,
112
+ children: /* @__PURE__ */ n(U, {
113
+ children: s
114
+ })
115
+ })
116
+ })]
117
+ });
118
+ };
119
+ export {
120
+ Ee as ThinkingBubble,
121
+ Ee as default
122
+ };
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "বন্ধ করুন",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "অনুলিপি হয়েছে",
76
76
  "boxAi.contentAnswers.closeItemList": "ফাইলের আইটেমের তালিকা বন্ধ করুন",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "আপনি নিজের স্প্রেডশিটে সরল ও জটিল প্রশ্ন, উভয়ই Box AI-কে জিজ্ঞাসা করতে পারেন: মোট হিসাব, গড়পড়তা, উন্নত তুলনা, ট্রেন্ড বিশ্লেষণ এবং আরও অনেক কিছু। আজই এটি ব্যবহার করে করুন!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "বেশি টেক্সট থাকা ফাইলে স্প্রেডশীট সাপোর্ট সবচেয়ে ভালো কাজ করে",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "স্প্রেডশীট সাপোর্ট বিজ্ঞপ্তি ব্যানার",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Luk",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopieret",
76
76
  "boxAi.contentAnswers.closeItemList": "Luk listen over filelementer",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Du kan stille Box AI både enkle og komplekse spørgsmål i dit regneark: totaltællinger, gennemsnit, avancerede sammenligninger, trendanalyser og så videre. Prøv det i dag!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Regnearkssupport virker bedst med de teksttunge filer",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner til meddelelse om regnearksstøtte",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Schließen",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopiert",
76
76
  "boxAi.contentAnswers.closeItemList": "Liste der Dateielemente schließen",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Sie können Box AI in Ihrer Tabelle sowohl einfache als auch komplexe Fragen stellen: Gesamtzahlen, Durchschnittswerte, erweiterte Vergleiche, Trendanalysen usw. Probieren Sie es aus!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Der Tabellen-Support funktioniert am besten für Dateien mit hoher Textdichte",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "Support-Benachrichtigungsbanner für eine Tabellenkalkulation",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Close",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copied",
76
76
  "boxAi.contentAnswers.closeItemList": "Close file items list",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Spreadsheet support works best for text dense files",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "spreadsheet support notification banner",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Close",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copied",
76
76
  "boxAi.contentAnswers.closeItemList": "Close file items list",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Spreadsheet support works best for text dense files",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "spreadsheet support notification banner",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Close",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copied",
76
76
  "boxAi.contentAnswers.closeItemList": "Close file items list",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Spreadsheet support works best for text dense files",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "spreadsheet support notification banner",
@@ -20,7 +20,7 @@ export default {
20
20
  "boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI is not currently supported for this file type",
21
21
  "boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Unable to check permissions at this time. Reload this page to try again",
22
22
  "boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Checking permissions...",
23
- "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content, email {abuseEmailLink}",
23
+ "boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.",
24
24
  "boxAI.contentAnswers.feedbackTooltipCancel": "Cancel",
25
25
  "boxAI.contentAnswers.feedbackTooltipConfirmation": "Thank you for the feedback.",
26
26
  "boxAI.contentAnswers.feedbackTooltipFeedback": "How can we improve the experience?",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Close",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copied",
76
76
  "boxAi.contentAnswers.closeItemList": "Close file items list",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Spreadsheet support works best for text dense files",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "spreadsheet support notification banner",
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently
40
40
  boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
41
41
  # Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
42
42
  boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
43
- # Disclaimer informing how to report inappropriate content in the feedback tooltip
44
- boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, email {abuseEmailLink}
43
+ # Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
44
+ boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
45
45
  # Cancel button text for the feedback tooltip
46
46
  boxAI.contentAnswers.feedbackTooltipCancel = Cancel
47
47
  # Confirmation message after submitting feedback in the feedback tooltip
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Close
148
148
  boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
149
149
  # Label that shows up while someone hover on close button of files dropdown
150
150
  boxAi.contentAnswers.closeItemList = Close file items list
151
+ # Tooltip label for button to collapse thinking content
152
+ boxui.contentAnswers.collapseThinkingContent = Collapse
153
+ # Tooltip label for button to expand thinking content
154
+ boxui.contentAnswers.expandThinkingContent = Expand
155
+ # Text shown when thinking is completed
156
+ boxui.contentAnswers.thinkingCompleted = Thinking Complete
157
+ # Aria label for the scrollable thinking content area
158
+ boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
159
+ # Text shown when thinking is in progress
160
+ boxui.contentAnswers.thinkingInProgress = Thinking...
151
161
  # Content Answers welcome message spreadsheet supported by Intelligent Query notification
152
162
  boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
153
163
  # Content Answers welcome message spreadsheet notification
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "⟦萬 Čļõŝε 國⟧",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ĊöΡĭęď 國⟧",
76
76
  "boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬 Ċļŏѕě ƒĩļè ϊτеmŝ ľιşţ 國國國國國國⟧",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύőü сàл àѕк Βóх ǺΊ вσťĥ śįmΡĺĕ āπď ċоmΡĺė× qμěѕťìōŋş įη ўõùя ŝΡѓєǻďŝħéετ: τøŧǻľ ċòùŋŧѕ, âνĕґàğĕѕ, αďνáлčèď ćσmΡăгĭşōηś, ŧяёпď âлάľỳśěş äņď ѕò όл. Ťŕÿ įτ σµť ŧóďąγ! 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŜΡřėåďѕĥèετ ѕцΡΡоґŧ ẃõѓķş вèѕť ƒôŗ ťëхτ ďέŋѕë ƒίļêŝ 國國國國國國國國國國國國國國國⟧",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 śΡŕëąďśĥεėţ ѕцΡΡōгτ йõťïƒîсαťϊόή ьǻлйεг 國國國國國國國國國國國⟧",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Cerrar",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copiado",
76
76
  "boxAi.contentAnswers.closeItemList": "Cerrar lista de elementos del archivo",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Puede hacer preguntas sencillas y complejas a Box AI en su hoja de cálculo: recuentos totales, promedios, comparaciones avanzadas, análisis de tendencias y más. ¡Pruébelo hoy mismo!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "El soporte para hojas de cálculo funciona mejor con archivos con mucho texto.",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner de notificación de soporte de hojas de cálculo",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Cerrar",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copiado",
76
76
  "boxAi.contentAnswers.closeItemList": "Cerrar lista de elementos del archivo",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Puede hacer preguntas sencillas y complejas a Box AI en su hoja de cálculo: recuentos totales, promedios, comparaciones avanzadas, análisis de tendencias y más. ¡Pruébelo hoy mismo!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "El soporte para hojas de cálculo funciona mejor con archivos con mucho texto.",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner de notificación de soporte de hojas de cálculo",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Sulje",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopioitu",
76
76
  "boxAi.contentAnswers.closeItemList": "Sulje tiedostokohteiden luettelo",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Voit kysyä Box AI:lta laskentataulukossa sekä yksinkertaisia että monimutkaisia kysymyksiä ja selvittää esimerkiksi yhteissummia, keskiarvoja, edistyneitä vertailuja ja trendianalyyseja. Kokeile sitä jo tänään!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Laskentataulukon tuki toimii parhaiten tiedostoissa, joissa on paljon tekstiä",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "laskentataulukkotuen ilmoituspalkki",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Fermer",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copié",
76
76
  "boxAi.contentAnswers.closeItemList": "Fermer la liste des éléments de fichier",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Vous pouvez poser des questions simples et complexes à Box AI dans votre feuille de calcul : décomptes totaux, moyennes, comparaisons avancées, analyses de tendances, et bien plus encore. Essayez-le aujourd'hui !",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "La prise en charge des feuilles de calcul fonctionne mieux pour les fichiers à textes denses",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "Bannière de notification d'assistance pour la feuille de calcul",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Fermer",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copié",
76
76
  "boxAi.contentAnswers.closeItemList": "Fermer la liste des éléments de fichier",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Vous pouvez poser des questions simples et complexes à Box AI dans votre feuille de calcul : décomptes totaux, moyennes, comparaisons avancées, analyses de tendances, et bien plus encore. Essayez-le aujourd'hui !",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "La prise en charge des feuilles de calcul fonctionne mieux pour les fichiers à textes denses",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "Bannière de notification d'assistance pour la feuille de calcul",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "बंद करें",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "कॉपी की गई",
76
76
  "boxAi.contentAnswers.closeItemList": "फ़ाइल आइटमों की सूची बंद करें",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "आप Box AI से अपने स्प्रेडशीट में मौजूद सरल और जटिल दोनों तरह के प्रश्न पूछ सकते हैं: कुल संख्या, औसत, उन्नत तुलनाएं, रुझान का विश्लेषण, इत्यादि। इसे आज ही आजमाएं!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "स्प्रेडशीट सहायता, टेक्स्ट से भरी फ़ाइलों के लिए सबसे अच्छी तरह काम करती है",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "स्प्रेडशीट सहायता सूचना बैनर",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Chiudi",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copia eseguita",
76
76
  "boxAi.contentAnswers.closeItemList": "Chiudi elenco elementi file",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Puoi fare domande a Box AI sia semplici che complesse nel tuo foglio di calcolo: conteggi totali, medie, confronti avanzati, analisi di tendenze e così via. Provalo oggi!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Il supporto per i fogli di calcolo funziona meglio per i file ad alta densità di testo",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner per le notifiche di supporto al foglio di calcolo",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "閉じる",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "コピー済み",
76
76
  "boxAi.contentAnswers.closeItemList": "ファイル項目のリストを閉じます",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "スプレッドシートの内容についてBox AIに質問できます。質問は、合計数や平均値の計算、高度な比較、傾向分析など、単純なものから複雑なものまで対応しています。ぜひお試しください。",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "スプレッドシートのサポートは、テキストが多く含まれるファイルで最適に機能します",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "スプレッドシートのサポート通知バナー",
@@ -1 +1 @@
1
- [{"id":"boxAI.contentAnswers.basedOn","description":"Label for the references used for generating the answer from the AI service","defaultMessage":"Based on:"},{"id":"boxAI.contentAnswers.cardTooltipButton","description":"Text for button to open citation reference in a new tab","defaultMessage":"Open document"},{"id":"boxAI.contentAnswers.cardTooltipTitle","description":"Title of citation card tooltip in answer references section","defaultMessage":"From document:"},{"id":"boxAI.contentAnswers.cardTooltipTitleWithDocumentName","description":"Title of citation card tooltip in answer references section with document title","defaultMessage":"From \"{title}\":"},{"id":"boxAI.textInputWithCopyButton.copyButtonSuccessText","description":"Text for copy button in input with copy button indicating copy success","defaultMessage":"Copied"},{"id":"boxAI.contentAnswers.copyToClipboard","description":"Copy to clipboard tooltip","defaultMessage":"Copy to Clipboard"},{"id":"boxAI.contentAnswers.copyToClipboardSucceeded","description":"Notification displayed to the user when the answer has been successfully copied to the clipboard","defaultMessage":"Copied to your clipboard"},{"id":"boxAI.contentAnswers.feedbackTooltipCancel","description":"Cancel button text for the feedback tooltip","defaultMessage":"Cancel"},{"id":"boxAI.contentAnswers.feedbackTooltipConfirmation","description":"Confirmation message after submitting feedback in the feedback tooltip","defaultMessage":"Thank you for the feedback."},{"id":"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer","description":"Disclaimer informing how to report inappropriate content in the feedback tooltip","defaultMessage":"To report inappropriate content, email {abuseEmailLink}"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedback","description":"Label for the feedback text area in the feedback tooltip","defaultMessage":"How can we improve the experience?"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder","description":"Placeholder text for the feedback text area in the feedback tooltip","defaultMessage":"We'd love to hear from you! Please omit personal info, sensitive content, or links in your feedback as submissions to Box aren't confidential."},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel","description":"Label for the feedback type radio group in the feedback tooltip","defaultMessage":"What type of issue do you wish to report?"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1","description":"Label for the first radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Inaccurate answer"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2","description":"Label for the second radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Did not follow my request"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3","description":"Label for the third radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Other"},{"id":"boxAI.contentAnswers.feedbackTooltipPromptShareConsent","description":"Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer","defaultMessage":"Share my prompt and response to help improve product quality."},{"id":"boxAI.contentAnswers.feedbackTooltipTitle","description":"Title of a tooltip that asks the user to share feedback on the answer","defaultMessage":"Share your feedback"},{"id":"boxAI.contentAnswers.feedbackTooltipSubmit","description":"Submit button text for the feedback tooltip","defaultMessage":"Submit"},{"id":"boxAI.contentAnswers.inlineNoContentErrorText","description":"Content Answers error message when the service returns 204 (no content)","defaultMessage":"Relevant content cannot be found. Please try again later or ask a different question."},{"id":"boxAI.contentAnswers.inlineAgentNotFoundErrorText","description":"Content Answers error message when the answer fails due to an invalid agent","defaultMessage":"The selected agent is unavailable. Switching to the default agent."},{"id":"boxAI.contentAnswers.inlineErrorText","description":"Content Answers error message when the service fails","defaultMessage":"Box AI is having trouble generating a response right now. Please try again."},{"id":"boxAI.contentAnswers.inlineRateLimitingErrorText","description":"Content Answers error message when the service fails due to rate limiting","defaultMessage":"Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes."},{"id":"boxAI.contentAnswers.inlinePreconditionFailedErrorText","description":"Content Answers error message when the AI service has not yet processed the file","defaultMessage":"Additional time is needed to process this {type}, please try again later."},{"id":"boxAI.contentAnswers.loadingAnswer","description":"Aria label to show while waiting for an answer","defaultMessage":"Loading Answer..."},{"id":"boxAI.contentAnswers.noReferences","description":"Loading message if there are no citations for an answer","defaultMessage":"Response based on general document analysis"},{"id":"boxAI.contentAnswers.referenceAriaLabel","description":"ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.","defaultMessage":"Reference {number}"},{"id":"boxAI.contentAnswers.responseInterruptedError","description":"Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.","defaultMessage":"Response Interrupted"},{"id":"boxAI.contentAnswers.responseFailedError","description":"Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.","defaultMessage":"Response Failed"},{"id":"boxAI.contentAnswers.responseStoppedError","description":"Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.","defaultMessage":"Response Stopped"},{"id":"boxAI.contentAnswers.thumbsUpAriaLabel","description":"Aria label for thumbs up icon","defaultMessage":"Helpful"},{"id":"boxAI.contentAnswers.thumbsDownAriaLabel","description":"Aria label for thumbs down icon","defaultMessage":"Not helpful"},{"id":"boxAI.contentAnswers.inlineCitationAriaLabel","description":"Aria label for inline citation button to open file in new tab","defaultMessage":"Open {fileName} in new tab"}]
1
+ [{"id":"boxAI.contentAnswers.basedOn","description":"Label for the references used for generating the answer from the AI service","defaultMessage":"Based on:"},{"id":"boxAI.contentAnswers.cardTooltipButton","description":"Text for button to open citation reference in a new tab","defaultMessage":"Open document"},{"id":"boxAI.contentAnswers.cardTooltipTitle","description":"Title of citation card tooltip in answer references section","defaultMessage":"From document:"},{"id":"boxAI.contentAnswers.cardTooltipTitleWithDocumentName","description":"Title of citation card tooltip in answer references section with document title","defaultMessage":"From \"{title}\":"},{"id":"boxAI.textInputWithCopyButton.copyButtonSuccessText","description":"Text for copy button in input with copy button indicating copy success","defaultMessage":"Copied"},{"id":"boxAI.contentAnswers.copyToClipboard","description":"Copy to clipboard tooltip","defaultMessage":"Copy to Clipboard"},{"id":"boxAI.contentAnswers.copyToClipboardSucceeded","description":"Notification displayed to the user when the answer has been successfully copied to the clipboard","defaultMessage":"Copied to your clipboard"},{"id":"boxAI.contentAnswers.feedbackTooltipCancel","description":"Cancel button text for the feedback tooltip","defaultMessage":"Cancel"},{"id":"boxAI.contentAnswers.feedbackTooltipConfirmation","description":"Confirmation message after submitting feedback in the feedback tooltip","defaultMessage":"Thank you for the feedback."},{"id":"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer","description":"Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text","defaultMessage":"To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>."},{"id":"boxAI.contentAnswers.feedbackTooltipFeedback","description":"Label for the feedback text area in the feedback tooltip","defaultMessage":"How can we improve the experience?"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder","description":"Placeholder text for the feedback text area in the feedback tooltip","defaultMessage":"We'd love to hear from you! Please omit personal info, sensitive content, or links in your feedback as submissions to Box aren't confidential."},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel","description":"Label for the feedback type radio group in the feedback tooltip","defaultMessage":"What type of issue do you wish to report?"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1","description":"Label for the first radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Inaccurate answer"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2","description":"Label for the second radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Did not follow my request"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3","description":"Label for the third radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Other"},{"id":"boxAI.contentAnswers.feedbackTooltipPromptShareConsent","description":"Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer","defaultMessage":"Share my prompt and response to help improve product quality."},{"id":"boxAI.contentAnswers.feedbackTooltipTitle","description":"Title of a tooltip that asks the user to share feedback on the answer","defaultMessage":"Share your feedback"},{"id":"boxAI.contentAnswers.feedbackTooltipSubmit","description":"Submit button text for the feedback tooltip","defaultMessage":"Submit"},{"id":"boxAI.contentAnswers.inlineNoContentErrorText","description":"Content Answers error message when the service returns 204 (no content)","defaultMessage":"Relevant content cannot be found. Please try again later or ask a different question."},{"id":"boxAI.contentAnswers.inlineAgentNotFoundErrorText","description":"Content Answers error message when the answer fails due to an invalid agent","defaultMessage":"The selected agent is unavailable. Switching to the default agent."},{"id":"boxAI.contentAnswers.inlineErrorText","description":"Content Answers error message when the service fails","defaultMessage":"Box AI is having trouble generating a response right now. Please try again."},{"id":"boxAI.contentAnswers.inlineRateLimitingErrorText","description":"Content Answers error message when the service fails due to rate limiting","defaultMessage":"Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes."},{"id":"boxAI.contentAnswers.inlinePreconditionFailedErrorText","description":"Content Answers error message when the AI service has not yet processed the file","defaultMessage":"Additional time is needed to process this {type}, please try again later."},{"id":"boxAI.contentAnswers.loadingAnswer","description":"Aria label to show while waiting for an answer","defaultMessage":"Loading Answer..."},{"id":"boxAI.contentAnswers.noReferences","description":"Loading message if there are no citations for an answer","defaultMessage":"Response based on general document analysis"},{"id":"boxAI.contentAnswers.referenceAriaLabel","description":"ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.","defaultMessage":"Reference {number}"},{"id":"boxAI.contentAnswers.responseInterruptedError","description":"Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.","defaultMessage":"Response Interrupted"},{"id":"boxAI.contentAnswers.responseFailedError","description":"Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.","defaultMessage":"Response Failed"},{"id":"boxAI.contentAnswers.responseStoppedError","description":"Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.","defaultMessage":"Response Stopped"},{"id":"boxAI.contentAnswers.thumbsUpAriaLabel","description":"Aria label for thumbs up icon","defaultMessage":"Helpful"},{"id":"boxAI.contentAnswers.thumbsDownAriaLabel","description":"Aria label for thumbs down icon","defaultMessage":"Not helpful"},{"id":"boxAI.contentAnswers.inlineCitationAriaLabel","description":"Aria label for inline citation button to open file in new tab","defaultMessage":"Open {fileName} in new tab"}]
@@ -0,0 +1 @@
1
+ [{"id":"boxui.contentAnswers.thinkingInProgress","description":"Text shown when thinking is in progress","defaultMessage":"Thinking..."},{"id":"boxui.contentAnswers.thinkingCompleted","description":"Text shown when thinking is completed","defaultMessage":"Thinking Complete"},{"id":"boxui.contentAnswers.thinkingContentScrollableArea","description":"Aria label for the scrollable thinking content area","defaultMessage":"Thinking content scrollable area"},{"id":"boxui.contentAnswers.expandThinkingContent","description":"Tooltip label for button to expand thinking content","defaultMessage":"Expand"},{"id":"boxui.contentAnswers.collapseThinkingContent","description":"Tooltip label for button to collapse thinking content","defaultMessage":"Collapse"}]
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "닫기",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "복사함",
76
76
  "boxAi.contentAnswers.closeItemList": "파일 항목 목록 닫기",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "스프레드시트에서 Box AI에게 총 개수, 평균, 고급 비교, 추세 분석 등 간단한 질문과 복잡한 질문을 모두 할 수 있습니다. 지금 사용해 보세요!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "스프레드시트 지원 기능은 텍스트 밀도가 높은 파일의 처리에 가장 효과적입니다.",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "스프레드시트 지원 알림 배너",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Lukk",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopiert",
76
76
  "boxAi.contentAnswers.closeItemList": "Lukk liste over filelementer",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Du kan stille Box AI både enkle og komplekse spørsmål i regnearket ditt: totalantall, gjennomsnitt, avanserte sammenligninger, trendanalyser og så videre. Prøv det i dag!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Kundestøtte for regneark fungerer best for kompakte tekstfiler",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "varselsbanner for regnearkstøtte",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Sluiten",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Gekopieerd",
76
76
  "boxAi.contentAnswers.closeItemList": "Lijst met bestandsitems sluiten",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "U kunt Box AI zowel eenvoudige als complexe vragen stellen in uw spreadsheet: totale aantallen, gemiddelden, geavanceerde vergelijkingen, trendanalyses, enzovoort. Probeer het vandaag!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Ondersteuning voor spreadsheets werkt het best bij bestanden met veel tekst",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "meldingsbanner voor ondersteuning van spreadsheet",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Zamknij",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Skopiowano",
76
76
  "boxAi.contentAnswers.closeItemList": "Zamknij listę elementów pliku",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Możesz zadawać Box AI zarówno proste, jak i złożone pytania w arkuszu kalkulacyjnym: łączna liczba, średnie, zaawansowane porównania, analizy trendów i tak dalej. Wypróbuj już dziś!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Pomoc dla arkusza kalkulacyjnego działa najlepiej w przypadku plików o dużej zawartości tekstu.",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "baner powiadomień pomocy technicznej dla arkusza kalkulacyjnego",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Fechar",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copiado",
76
76
  "boxAi.contentAnswers.closeItemList": "Fechar lista de itens de arquivos",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Você pode fazer perguntas simples e complexas para o Box AI em sua planilha: contagens totais, médias, comparações avançadas, análises de tendências e assim por diante. Experimente hoje mesmo!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "A assistência por planilha funciona melhor para os arquivos com muito texto",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner de notificação de assistência de planilha",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Закрыть",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Скопировано",
76
76
  "boxAi.contentAnswers.closeItemList": "Закрыть список элементов файла",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Вы можете задавать Box AI как простые, так и сложные вопросы в электронной таблице: общее количество, средние значения, расширенные сравнения, анализ тенденций и так далее. Попробуйте сегодня!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Поддержка таблиц работает лучше всего с файлами с плотным текстом",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "баннер уведомлений о поддержке таблиц",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Stäng",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopierad",
76
76
  "boxAi.contentAnswers.closeItemList": "Stäng lista med filobjekt",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Du kan ställa både enkla och komplexa frågor till Box AI i ditt kalkylblad: totala antal, medelvärden, avancerade jämförelser, trendanalyser och så vidare. Prova det idag!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Stöd för kalkylblad fungerar bäst för texttäta filer",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "Banner för meddelande om kalkylbladsstöd",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "Kapat",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopyalandı",
76
76
  "boxAi.contentAnswers.closeItemList": "Dosya öğeleri listesini kapat",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Box AI'a elektronik tablonuzda hem basit hem de karmaşık sorular sorabilirsiniz: Toplam sayılar, ortalamalar, ileri düzey karşılaştırmalar, trend analizleri ve benzeri şeyler. Bugün deneyin!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Elektronik tablo desteği, metin yoğun dosyalar için en iyi sonucu verir",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "elektronik tablo destek bildirim afişi",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "关闭",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "已复制",
76
76
  "boxAi.contentAnswers.closeItemList": "关闭文件项目列表",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "您可以在电子表格中向 Box AI 提出简单和复杂的问题:总计数、平均值、高级比较、趋势分析等。立即试用!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "电子表格支持最适合文本密集型文件",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "电子表格支持通知横幅",
@@ -74,6 +74,11 @@ export default {
74
74
  "boxAI.popup.closeButtonText": "關閉",
75
75
  "boxAI.textInputWithCopyButton.copyButtonSuccessText": "已複製",
76
76
  "boxAi.contentAnswers.closeItemList": "關閉檔案項目清單",
77
+ "boxui.contentAnswers.collapseThinkingContent": "Collapse",
78
+ "boxui.contentAnswers.expandThinkingContent": "Expand",
79
+ "boxui.contentAnswers.thinkingCompleted": "Thinking Complete",
80
+ "boxui.contentAnswers.thinkingContentScrollableArea": "Thinking content scrollable area",
81
+ "boxui.contentAnswers.thinkingInProgress": "Thinking...",
77
82
  "boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "您可以在試算表中詢問 BoxAI 簡單和複雜的問題:總計數、平均值、進階比較、趨勢分析等。 立即試用!",
78
83
  "boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "試算表支援最適合文字密集型檔案",
79
84
  "boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "試算表支援通知橫幅",
@@ -0,0 +1 @@
1
+ ._boxAILoadingIndicator_ddl80_1 ._ring_ddl80_1{opacity:0;filter:url(#whiteBorder);animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;fill:none;stroke-width:28;stroke-linecap:round}._boxAILoadingIndicator_ddl80_1 ._ringTwo_ddl80_11{opacity:1;filter:url(#whiteBorder);fill:none;stroke-width:28;stroke-linecap:round}._boxAILoadingIndicator_ddl80_1 ._blueRing_ddl80_18{animation-name:_blueDraw_ddl80_1,_blueFade_ddl80_1;stroke:url(#blueGradient)}._boxAILoadingIndicator_ddl80_1 ._blueRingTwo_ddl80_22{stroke:url(#blueGradient)}._boxAILoadingIndicator_ddl80_1 ._purpleRing_ddl80_25{animation-name:_purpleDraw_ddl80_1,_purpleFade_ddl80_1;stroke:url(#purpleGradient)}._boxAILoadingIndicator_ddl80_1 ._purpleRingTwo_ddl80_29{stroke:url(#purpleGradient)}._boxAILoadingIndicator_ddl80_1 ._magentaRing_ddl80_32{animation-name:_magentaDraw_ddl80_1,_magentaFade_ddl80_1;stroke:url(#magentaGradient)}._boxAILoadingIndicator_ddl80_1 ._magentaRingTwo_ddl80_36{stroke:url(#magentaGradient)}._boxAILoadingIndicator_ddl80_1 ._bgRings_ddl80_39{opacity:.2}@keyframes _magentaDraw_ddl80_1{0%,3%{stroke-dasharray:0 780;stroke-dashoffset:390}45%,60%{stroke-dasharray:780 0;stroke-dashoffset:390}87%,to{stroke-dasharray:0 780;stroke-dashoffset:-390}}@keyframes _purpleDraw_ddl80_1{0%,13%{stroke-dasharray:0 780;stroke-dashoffset:390}55%,70%{stroke-dasharray:780 0;stroke-dashoffset:390}87%,to{stroke-dasharray:0 780;stroke-dashoffset:-390}}@keyframes _blueDraw_ddl80_1{0%,23%{stroke-dasharray:0 780;stroke-dashoffset:390}65%,80%{stroke-dasharray:780 0;stroke-dashoffset:390}87%,to{stroke-dasharray:0 780;stroke-dashoffset:-390}}@keyframes _magentaFade_ddl80_1{0%,2%{opacity:0}15%,80%{opacity:1}87%,to{opacity:0}}@keyframes _purpleFade_ddl80_1{0%,12%{opacity:0}25%,80%{opacity:1}87%,to{opacity:0}}@keyframes _blueFade_ddl80_1{0%,22%{opacity:0}35%,80%{opacity:1}87%,to{opacity:0}}
@@ -1 +1 @@
1
- div._feedbackTooltip_hjxds_1{z-index:var(--z-index-modal);max-width:24rem;padding-block-end:var(--space-4);padding-block-start:var(--space-4);padding-inline:var(--space-4)}div._feedbackTooltip_hjxds_1 ._feedbackTooltipForm_hjxds_8{gap:var(--bp-space-050, 1.25rem);width:20.375rem}div._feedbackTooltip_hjxds_1 ._feedbackTooltipTitle_hjxds_12{margin-block-end:var(--space-5)}div._feedbackTooltip_hjxds_1 ._feedbackTooltipTextarea_hjxds_15{margin-block-start:var(--space-5)}div._feedbackTooltip_hjxds_1 ._feedbackTooltipSubmitBtn_hjxds_18{margin-inline-start:var(--space-2)}div._feedbackTooltip_hjxds_1 ._feedbackTooltipPromptShareConsent_hjxds_21{margin-block-start:var(--space-4)}div._feedbackTooltip_hjxds_1 ._feedbackTooltipAbuseDisclaimer_hjxds_24{margin-block-start:var(--space-5);color:var(--text-text-on-light-secondary)}div._feedbackTooltip_hjxds_1 ._feedbackTooltipAbuseDisclaimer_hjxds_24 ._feedbackTooltipAbuseLink_hjxds_28{color:var(--text-text-on-light-secondary);font-size:var(--bp-font-size-03, .75rem)}
1
+ div._feedbackTooltip_1y93t_1{z-index:var(--z-index-modal);max-width:24rem;padding-block-end:var(--space-4);padding-block-start:var(--space-4);padding-inline:var(--space-4)}div._feedbackTooltip_1y93t_1 ._feedbackTooltipForm_1y93t_8{gap:var(--bp-space-050, 1.25rem);width:20.375rem}div._feedbackTooltip_1y93t_1 ._feedbackTooltipTitle_1y93t_12{margin-block-end:var(--space-5)}div._feedbackTooltip_1y93t_1 ._feedbackTooltipTextarea_1y93t_15{margin-block-start:var(--space-5)}div._feedbackTooltip_1y93t_1 ._feedbackTooltipSubmitBtn_1y93t_18{margin-inline-start:var(--space-2)}div._feedbackTooltip_1y93t_1 ._feedbackTooltipPromptShareConsent_1y93t_21{margin-block-start:var(--space-4)}div._feedbackTooltip_1y93t_1 ._feedbackTooltipAbuseDisclaimer_1y93t_24{margin-block-start:var(--space-5);color:var(--text-text-on-light-secondary)}div._feedbackTooltip_1y93t_1 ._feedbackTooltipAbuseDisclaimer_1y93t_24 ._feedbackTooltipAbuseLink_1y93t_28{font-size:var(--bp-font-size-03, .75rem)}
@@ -0,0 +1 @@
1
+ ._thinkingBubbleContainer_vtaw4_2{font-size:var(--body-default-font-size);border:1px solid var(--black-opacity-08);transition:width .3s ease,height .3s ease}._thinkingBubbleHeader_vtaw4_8{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-3) var(--space-6);background:none;border:none}._thinkingBubbleHeader_vtaw4_8:not([disabled]){cursor:pointer}._thinkingBubbleHeader_vtaw4_8 ._headerLeft_vtaw4_20{display:flex;gap:var(--space-4);align-items:center}._thinkingBubbleHeader_vtaw4_8 ._thinkingBubbleLogo_vtaw4_25{width:var(--size-6);height:var(--size-6)}._thinkingBubbleHeader_vtaw4_8 ._chevronIcon_vtaw4_29{width:var(--size-4);height:var(--size-4);opacity:1}._thinkingBubbleHeader_vtaw4_8 ._chevronIcon_vtaw4_29._chevronRotated_vtaw4_34{transform:rotate(90deg)}._thinkingBubbleHeader_vtaw4_8 ._chevronIcon_vtaw4_29._chevronDisabled_vtaw4_37{opacity:0}._logoState_vtaw4_41{display:flex;align-items:center;justify-content:center;width:var(--size-15);height:var(--size-15);border-radius:var(--radius-half)}._headerExpanded_vtaw4_50{width:100%;height:auto;border-radius:var(--radius-8)}._thinkingBubbleContent_vtaw4_56{position:relative;max-height:140px;padding:0 var(--space-4) var(--space-2) var(--space-14);opacity:1;transition:opacity .15s ease,max-height .15s ease}._scrollableContainer_vtaw4_64{max-height:120px;padding-right:var(--space-3);overflow-y:auto;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:transparent transparent}._scrollableContainer_vtaw4_64::-webkit-scrollbar-track,._scrollableContainer_vtaw4_64::-webkit-scrollbar-thumb{background:transparent}._scrollableContainer_vtaw4_64:hover{scrollbar-color:rgba(0,0,0,.3) transparent}._scrollableContainer_vtaw4_64:hover::-webkit-scrollbar-thumb{background:#0000004d}._contentExpanded_vtaw4_82 ._thinkingBubbleContent_vtaw4_56{max-height:420px}._contentExpanded_vtaw4_82 ._scrollableContainer_vtaw4_64{max-height:400px}._contentExpanded_vtaw4_82._sidebar_vtaw4_88 ._thinkingBubbleContent_vtaw4_56{max-height:320px}._contentExpanded_vtaw4_82._sidebar_vtaw4_88 ._scrollableContainer_vtaw4_64{max-height:300px}._thinkingBubbleContent_vtaw4_56:before{position:absolute;top:0;right:var(--space-8);bottom:0;left:var(--space-9);background:linear-gradient(to bottom,white 0%,transparent 8px,transparent calc(100% - 16px),white 100%);content:"";pointer-events:none}._pillState_vtaw4_106{max-width:fit-content;opacity:1;transition:width .3s ease,height .3s ease}._pillState_vtaw4_106 ._thinkingBubbleHeader_vtaw4_8{gap:var(--space-2)}
@@ -1,2 +1,2 @@
1
- export declare const ABUSE_REPORT_EMAIL = "abuse@box.com";
1
+ export declare const ABUSE_FORM_PATH = "/report-abuse";
2
2
  export declare const MAX_CITATION_LENGTH = 500;
@@ -15,6 +15,7 @@ export type ContentAnswersRecordParams = {
15
15
  export type ContentAnswersConfigRecordParams = {
16
16
  has_streamed_responses: boolean;
17
17
  has_citations_enabled: boolean;
18
+ has_thinking_enabled: boolean;
18
19
  };
19
20
  export type ContentAnswersItemRecordParams = {
20
21
  type: 'file';