@burdenoff/fe-libs 2026.912.4 → 2026.912.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/shared/assistant/attachments.d.ts +23 -0
- package/dist/shared/assistant/attachments.d.ts.map +1 -1
- package/dist/shared/assistant/attachments.js +100 -94
- package/dist/shared/assistant/index.d.ts +1 -0
- package/dist/shared/assistant/index.d.ts.map +1 -1
- package/dist/shared/assistant/streamBudget.d.ts +57 -0
- package/dist/shared/assistant/streamBudget.d.ts.map +1 -0
- package/dist/shared/assistant/streamBudget.js +30 -0
- package/dist/shared/assistant/ui/AssistantChatArea.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AssistantChatArea.js +95 -100
- package/dist/shared-assistant.js +93 -92
- package/package.json +1 -1
package/dist/shared-assistant.js
CHANGED
|
@@ -14,95 +14,96 @@ import { AssistantRuntimeManager as _e } from "./shared/assistant/runtime.js";
|
|
|
14
14
|
import { buildProgress as ve, getAssistantMedia as ye, getAssistantText as be, getRawMessageCreatedAt as xe, getToolProgress as Se, isReapedSandboxConnectionError as Ce, isRecoverable as we, mapSessionToHistory as Te, mergeMessagesById as Ee, sanitize as De } from "./shared/assistant/progress.js";
|
|
15
15
|
import { createSandboxAssistantTransport as Oe } from "./shared/assistant/createSandboxAssistantTransport.js";
|
|
16
16
|
import { useSandboxAssistantTransport as ke } from "./shared/assistant/useSandboxAssistantTransport.js";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
|
|
17
|
+
import { DEFAULT_STREAM_BUDGET_MS as Ae, STREAM_BUDGET_MS as je, incompleteTurnNotice as Me, streamBudgetMs as Ne, withIncompleteTurnNotice as Pe } from "./shared/assistant/streamBudget.js";
|
|
18
|
+
import { chatTurns as Fe, groupBySession as Ie, groupConsecutiveBySession as Le, isVoiceTurn as Re, voiceMarker as ze, voiceSessionIdOf as Be, voiceTurnsOnly as Ve } from "./shared/assistant/voice/turnVisibility.js";
|
|
19
|
+
import { browserSpeechEngine as He } from "./shared/assistant/speech/browserSpeechEngine.js";
|
|
20
|
+
import { HOSTED_TTS_TIER as Ue, HOSTED_VOICES as We, hostedLocaleFor as Ge, hostedSupportsLanguage as Ke } from "./shared/assistant/speech/hostedVoiceCatalogue.js";
|
|
21
|
+
import { HOSTED_TTS_MAX_CHARS as qe, SPEAKING_RATE_MAX as Je, SPEAKING_RATE_MAX_STREAMING as Ye, SPEAKING_RATE_MAX_SYNC as Xe, SPEAKING_RATE_MIN as Ze, base64ToBytes as Qe, buildRequest as $e, classifyHttpFailure as et, decodeAudioResponse as tt, shouldDisableEngine as nt, splitForVendor as rt } from "./shared/assistant/speech/hostedTtsProtocol.js";
|
|
22
|
+
import { createHostedTtsEngine as it } from "./shared/assistant/speech/hostedTtsSpeechEngine.js";
|
|
23
|
+
import { createRoutingSpeechEngine as at } from "./shared/assistant/speech/routingSpeechEngine.js";
|
|
24
|
+
import { configureSpeechEngine as ot, createSpeechEngines as st, getSpeechEngine as ct, readSpeechEngineConfig as lt, resetSpeechEngine as ut } from "./shared/assistant/speech/createSpeechEngine.js";
|
|
25
|
+
import { micIsInterrupt as dt, showsAssistantCaption as ft, showsUserCaption as pt, voiceStageState as mt, waveformIsActive as ht, waveformIsSettled as gt } from "./shared/assistant/voice/voiceStageState.js";
|
|
26
|
+
import { ENDPOINT_GRACE_MS as _t, INITIAL_SESSION as vt, INTERRUPT_MAX_MS as yt, INTERRUPT_MIN_MS as bt, SILENCE_SUBMIT_MS as xt, isCapturing as St, isEcho as Ct, isSubmittable as wt, orbMode as Tt, planReplyConsumption as Et, spokenSoFar as Dt, voiceSessionReducer as Ot } from "./shared/assistant/voice/voiceSession.js";
|
|
27
|
+
import { SPEECH_LANG as kt, VOICE_LIST_TIMEOUT_MS as At, isSpeechBlocked as jt, languageDisplayName as Mt, normalizeLangTag as Nt, primaryLanguageSubtag as Pt, selectVoiceForLocale as Ft, speechGate as It, speechLangForLocale as Lt, voiceAvailability as Rt, voiceQualityRank as zt, voicesForLocale as Bt } from "./shared/assistant/voice/speechVoices.js";
|
|
28
|
+
import { buildContinuedFromVoiceNote as Vt, buildVoiceTranscriptMarkdown as Ht, voiceTranscriptFilename as Ut } from "./shared/assistant/voice/voiceTranscript.js";
|
|
29
|
+
import { DEFAULT_SPEAKABLE_LABELS as Wt, MAX_SPEAKABLE_CHARS as Gt, MAX_SPOKEN_TABLE_ROWS as Kt, SPEECH_CHUNK_CHARS as qt, SPEECH_CHUNK_CJK_CHARS as Jt, chunkForSpeech as Yt, containsCjk as Xt, speakableEmail as Zt, splitTableRow as Qt, toSpeakableText as $t } from "./shared/assistant/voice/speakableText.js";
|
|
30
|
+
import { PREVIEW_LANGUAGES as en, voicePreviewText as tn } from "./shared/assistant/voice/voicePreview.js";
|
|
31
|
+
import { MINI_CAPTION_BUDGET as nn, showPreviousChunk as rn } from "./shared/assistant/voice/miniCaptionBudget.js";
|
|
32
|
+
import { POLL_FAST_MS as an, POLL_FAST_UNTIL_MS as on, POLL_SLOW_MS as sn, POLL_STEADY_MS as cn, POLL_STEADY_UNTIL_MS as ln, pollDelayMs as un } from "./shared/assistant/voice/assistantPollSchedule.js";
|
|
33
|
+
import { toCaptionText as dn } from "./shared/assistant/voice/captionText.js";
|
|
34
|
+
import { ASSISTANT_LANGUAGES as fn, DEFAULT_SPEECH_RATE as pn, findAssistantLanguage as mn, resolveAssistantLanguage as hn } from "./shared/assistant/voice/languages.js";
|
|
35
|
+
import { replyFollowsInput as gn, resolveLanguagePair as _n } from "./shared/assistant/voice/languagePair.js";
|
|
36
|
+
import { findPendingWrite as vn, parseConfirmationRefusal as yn } from "./shared/assistant/pendingWrite.js";
|
|
37
|
+
import { SPOKEN_LABEL_LANGUAGES as bn, speechLabelsFor as xn } from "./shared/assistant/voice/speechLabels.js";
|
|
38
|
+
import { detectScriptLocale as Sn, resolveSpeechLocale as Cn } from "./shared/assistant/voice/replyLanguage.js";
|
|
39
|
+
import { IDLE_PLAYBACK as wn, isSpeakingMessage as Tn, publishedChunks as En, requiresCancel as Dn, speechPlaybackReducer as On } from "./shared/assistant/voice/speechPlayback.js";
|
|
40
|
+
import { MAX_INLINE_IMAGE_BASE64_BYTES as kn, MAX_REQUEST_BODY_BYTES as An } from "./shared/assistant/gatewayLimits.js";
|
|
41
|
+
import { BOILERPLATE_PAGE_SHARE as jn, MAX_BOILERPLATE_LINE_CHARS as Mn, MAX_EXTRACTED_CHARS as Nn, MAX_PDF_PAGES_SCANNED as Pn, MIN_PAGE_TEXT_CHARS as Fn, MIN_TEXT_PAGE_SHARE as In, columnLetterToIndex as Ln, decodeXmlEntities as Rn, docxXmlToText as zn, fitPdfPages as Bn, formatPageRanges as Vn, isMostlyImagePages as Hn, joinSheets as Un, pageMarker as Wn, parseSharedStrings as Gn, parseWorkbookSheets as Kn, pdfTextItemsToPage as qn, sheetXmlToRows as Jn, summarisePageText as Yn, truncatePagesForInline as Xn } from "./shared/assistant/documentText.js";
|
|
42
|
+
import { ATTACHMENT_ACCEPT as Zn, AttachmentRejectedError as Qn, INLINE_IMAGE_MAX_DIM as $n, INLINE_IMAGE_QUALITY as er, MAX_ATTACHMENTS as tr, MAX_FILE_BYTES as nr, MAX_INLINE_CHARS_PER_FILE as rr, MAX_INLINE_CHARS_TOTAL as ir, MAX_INLINE_IMAGE_BASE64_CHARS as ar, MAX_INLINE_IMAGE_PARTS as or, MAX_INLINE_TURN_BODY_BYTES as sr, MAX_TURN_BODY_BYTES as cr, PROMPT_ENVELOPE_RESERVE_BYTES as lr, PROVIDER_READABLE_FILE_MEDIA_TYPES as ur, TURN_BODY_HEADROOM_BYTES as dr, buildAttachmentPromptBlock as fr, buildPromptParts as pr, buildPromptWithAttachments as mr, classifyAttachment as hr, countInlineImageCandidates as gr, countInlinedImageParts as _r, detectDocumentFormat as vr, estimateTurnBodyBytes as yr, formatBytes as br, getAttachmentSendBlocker as xr, getExtension as Sr, getSendableAttachments as Cr, hasAttachmentWorkInFlight as wr, isProviderReadableFilePart as Tr, parseDataUrl as Er, toMessageAttachment as Dr, truncateForInline as Or, validateFile as kr } from "./shared/assistant/attachments.js";
|
|
43
|
+
import { useAssistantStore as Ar } from "./shared/assistant/store.js";
|
|
44
|
+
import { isTurnInFlight as jr, planAbandonedTurn as Mr, planTurnAbort as Nr } from "./shared/assistant/turnState.js";
|
|
45
|
+
import { PHRASE_ROTATE_MS as Pr, STAGE_COPY as Fr, THINKING_PHRASES as Ir, isStageCopy as Lr, stageText as Rr, statusStageCopy as zr, thinkingPhrase as Br } from "./shared/assistant/stageCopy.js";
|
|
46
|
+
import { AssistantToolActivity as Vr, parseToolActivity as Hr } from "./shared/assistant/ui/AssistantToolActivity.js";
|
|
47
|
+
import { AssistantSpeechProvider as Ur, useAssistantSpeech as Wr } from "./shared/assistant/ui/AssistantSpeechProvider.js";
|
|
48
|
+
import { useVoiceSession as Gr } from "./shared/assistant/ui/useVoiceSession.js";
|
|
49
|
+
import { getActorId as Kr, getOrganizationId as qr, getWorkspaceId as Jr } from "./shared/assistant/context.js";
|
|
50
|
+
import { ATTACHMENT_SOURCES as Yr, availableAttachmentSources as Xr, deviceHasCamera as Zr } from "./shared/assistant/attachmentSources.js";
|
|
51
|
+
import { SANDBOX_READY_TTL_MS as Qr, createReadinessTracker as $r, isRecentlyVerified as ei } from "./shared/assistant/sandboxReadiness.js";
|
|
52
|
+
import { AssistantAutoSpeakToggle as ti } from "./shared/assistant/ui/AssistantAutoSpeakToggle.js";
|
|
53
|
+
import { AssistantMessageAttachments as ni } from "./shared/assistant/ui/AssistantMessageAttachments.js";
|
|
54
|
+
import { AssistantPendingWriteCard as ri } from "./shared/assistant/ui/AssistantPendingWriteCard.js";
|
|
55
|
+
import { AssistantLanguageMenu as ii } from "./shared/assistant/ui/AssistantLanguageMenu.js";
|
|
56
|
+
import { AssistantReplyLanguageSelector as ai } from "./shared/assistant/ui/AssistantReplyLanguageSelector.js";
|
|
57
|
+
import { AssistantSpeakButton as oi } from "./shared/assistant/ui/AssistantSpeakButton.js";
|
|
58
|
+
import { AssistantSpokenTurnsNotice as si } from "./shared/assistant/ui/AssistantSpokenTurnsNotice.js";
|
|
59
|
+
import { AssistantConnectSourceProvider as ci, useAssistantConnectSource as li } from "./shared/assistant/ui/composer/connectSource.js";
|
|
60
|
+
import { AssistantConnectSourceItem as ui } from "./shared/assistant/ui/composer/AssistantConnectSourceItem.js";
|
|
61
|
+
import { ASSISTANT_OVERLAY_ATTR as di, ASSISTANT_PANEL_ATTR as fi, NO_PANEL_OVERLAY as pi, activePanelOverlay as mi, assistantPanelOwnsEscape as hi, escapeDismisses as gi, focusIsInsidePanel as _i, nextPanelOverlays as vi, panelOwnsEscape as yi } from "./shared/assistant/ui/panelOverlays.js";
|
|
62
|
+
import { useDropdownEscape as bi } from "./shared/assistant/ui/useDropdownEscape.js";
|
|
63
|
+
import { AssistantAttachmentButton as xi } from "./shared/assistant/ui/composer/AssistantAttachmentButton.js";
|
|
64
|
+
import { AssistantAttachmentChips as Si } from "./shared/assistant/ui/composer/AssistantAttachmentChips.js";
|
|
65
|
+
import { AssistantPreviewProvider as Ci, useAssistantPreview as wi } from "./shared/assistant/preview/context.js";
|
|
66
|
+
import { IDLE_PREVIEW_STATE as Ti, isRunningStatus as Ei, nextPreviewEvents as Di } from "./shared/assistant/preview/previewTransitions.js";
|
|
67
|
+
import { IDLE_PREVIEW as Oi, NO_OWNER as ki, applyPreviewEvent as Ai, createAssistantPreviewSurface as ji, currentPreviewOwner as Mi, runBelongsTo as Ni, sameOwner as Pi } from "./shared/assistant/preview/surfaceState.js";
|
|
68
|
+
import { createRunIdentityCache as Fi, runIdentities as Ii } from "./shared/assistant/preview/runIdentity.js";
|
|
69
|
+
import { IDLE_ACTIVE_TAB as Li, nextActiveTab as Ri, pinActiveTab as zi, shouldPinOnMove as Bi, shouldPinOnSelect as Vi, stepsFromToolActivity as Hi, tabForArrowKey as Ui } from "./shared/assistant/preview/entity/entityPreviewState.js";
|
|
70
|
+
import { AssistantStepRail as Wi } from "./shared/assistant/preview/entity/AssistantStepRail.js";
|
|
71
|
+
import { AssistantEntityPreview as Gi } from "./shared/assistant/preview/entity/AssistantEntityPreview.js";
|
|
72
|
+
import { useOverlayFocus as Ki } from "./shared/assistant/ui/useOverlayFocus.js";
|
|
73
|
+
import { useAssistantPreviewBridge as qi } from "./shared/assistant/preview/useAssistantPreviewBridge.js";
|
|
74
|
+
import { AssistantPreviewOverlay as Ji } from "./shared/assistant/preview/AssistantPreviewOverlay.js";
|
|
75
|
+
import { AssistantLanguageSelector as Yi, FOLLOW_APP_LOCALE as Xi } from "./shared/assistant/ui/composer/AssistantLanguageSelector.js";
|
|
76
|
+
import { ASSISTANT_MODE_META as Zi, AssistantModeSelector as Qi, nextModeIndex as $i } from "./shared/assistant/ui/composer/AssistantModeSelector.js";
|
|
77
|
+
import { AssistantVoiceButton as ea } from "./shared/assistant/ui/composer/AssistantVoiceButton.js";
|
|
78
|
+
import { AUTO_VOICE as ta, AssistantVoiceSelector as na } from "./shared/assistant/ui/composer/AssistantVoiceSelector.js";
|
|
79
|
+
import { AssistantVoiceOrb as ra } from "./shared/assistant/ui/voice/AssistantVoiceOrb.js";
|
|
80
|
+
import { AssistantVoiceSessionButton as ia } from "./shared/assistant/ui/voice/AssistantVoiceSessionButton.js";
|
|
81
|
+
import { CAPTION_SCROLL_ATTR as aa, VoiceCaption as oa } from "./shared/assistant/ui/voice/VoiceCaption.js";
|
|
82
|
+
import { VoiceConversationView as sa } from "./shared/assistant/ui/voice/VoiceConversationView.js";
|
|
83
|
+
import { VoiceWaveform as ca } from "./shared/assistant/ui/voice/VoiceWaveform.js";
|
|
84
|
+
import { VoiceMiniController as la } from "./shared/assistant/ui/voice/VoiceMiniController.js";
|
|
85
|
+
import { VoiceStage as ua } from "./shared/assistant/ui/voice/VoiceStage.js";
|
|
86
|
+
import { VoiceTranscriptDrawer as da } from "./shared/assistant/ui/voice/VoiceTranscriptDrawer.js";
|
|
87
|
+
import { downloadFile as fa, exportConversation as pa } from "./shared/assistant/exportConversation.js";
|
|
88
|
+
import { AssistantMoreMenu as ma } from "./shared/assistant/ui/AssistantMoreMenu.js";
|
|
89
|
+
import { AssistantHeader as ha } from "./shared/assistant/ui/AssistantHeader.js";
|
|
90
|
+
import { AssistantConversationList as ga } from "./shared/assistant/ui/AssistantConversationList.js";
|
|
91
|
+
import { AssistantEmptyState as _a } from "./shared/assistant/ui/AssistantEmptyState.js";
|
|
92
|
+
import { AssistantMessageItem as va } from "./shared/assistant/ui/AssistantMessageItem.js";
|
|
93
|
+
import { AssistantMessageList as ya } from "./shared/assistant/ui/AssistantMessageList.js";
|
|
94
|
+
import { AssistantVoiceSession as ba } from "./shared/assistant/ui/voice/AssistantVoiceSession.js";
|
|
95
|
+
import { useAssistantApiAccess as xa } from "./shared/assistant/useAssistantApiAccess.js";
|
|
96
|
+
import { useConversationTurns as Sa } from "./shared/assistant/useConversationTurns.js";
|
|
97
|
+
import { isMultimodalBodyRejection as Ca, isRecoverableAssistantError as wa } from "./shared/assistant/transportErrors.js";
|
|
98
|
+
import { aiCreditsUpdatedEventName as Ta, dispatchAssistantQuotaExhausted as Ea, notifyAiCreditsUpdated as Da } from "./shared/assistant/aiCredits.js";
|
|
99
|
+
import { useWorkspaceWriteAccess as Oa } from "./shared/assistant/useWorkspaceWriteAccess.js";
|
|
100
|
+
import { extractDocumentText as ka } from "./shared/assistant/documentExtract.js";
|
|
101
|
+
import { useAssistantAttachments as Aa } from "./shared/assistant/useAssistantAttachments.js";
|
|
102
|
+
import { AssistantComposer as ja } from "./shared/assistant/ui/composer/AssistantComposer.js";
|
|
103
|
+
import { isProdRuntime as Ma } from "./shared/assistant/env.js";
|
|
104
|
+
import { useAssistantHeartbeat as Na } from "./shared/assistant/useAssistantHeartbeat.js";
|
|
105
|
+
import { useAssistantKeyboardShortcuts as Pa } from "./shared/assistant/useAssistantKeyboardShortcuts.js";
|
|
106
|
+
import { AssistantApiCallsConsentDialog as Fa } from "./shared/assistant/ui/AssistantApiCallsConsentDialog.js";
|
|
107
|
+
import { AssistantChatArea as Ia } from "./shared/assistant/ui/AssistantChatArea.js";
|
|
108
|
+
import { AIAssistantPanel as La } from "./shared/assistant/ui/AIAssistantPanel.js";
|
|
109
|
+
export { La as AIAssistantPanel, L as ASSISTANT_API_AUTH_STRATEGY, fn as ASSISTANT_LANGUAGES, Zi as ASSISTANT_MODE_META, di as ASSISTANT_OVERLAY_ATTR, fi as ASSISTANT_PANEL_ATTR, Zn as ATTACHMENT_ACCEPT, Yr as ATTACHMENT_SOURCES, ta as AUTO_VOICE, Fa as AssistantApiCallsConsentDialog, xi as AssistantAttachmentButton, Si as AssistantAttachmentChips, ti as AssistantAutoSpeakToggle, Ia as AssistantChatArea, ja as AssistantComposer, ui as AssistantConnectSourceItem, ci as AssistantConnectSourceProvider, ga as AssistantConversationList, _a as AssistantEmptyState, Gi as AssistantEntityPreview, ha as AssistantHeader, s as AssistantI18nProvider, ii as AssistantLanguageMenu, Yi as AssistantLanguageSelector, f as AssistantMarkdownImage, h as AssistantMarkdownRenderer, ni as AssistantMessageAttachments, va as AssistantMessageItem, ya as AssistantMessageList, Qi as AssistantModeSelector, ma as AssistantMoreMenu, g as AssistantNavigateProvider, ri as AssistantPendingWriteCard, Ji as AssistantPreviewOverlay, Ci as AssistantPreviewProvider, t as AssistantProductProvider, ai as AssistantReplyLanguageSelector, _e as AssistantRuntimeManager, oi as AssistantSpeakButton, Ur as AssistantSpeechProvider, si as AssistantSpokenTurnsNotice, Wi as AssistantStepRail, Vr as AssistantToolActivity, ea as AssistantVoiceButton, ra as AssistantVoiceOrb, na as AssistantVoiceSelector, ba as AssistantVoiceSession, ia as AssistantVoiceSessionButton, Qn as AttachmentRejectedError, jn as BOILERPLATE_PAGE_SHARE, aa as CAPTION_SCROLL_ATTR, O as CHECK_AI_CREDITS, k as CREATE_SANDBOX, Wt as DEFAULT_SPEAKABLE_LABELS, pn as DEFAULT_SPEECH_RATE, Ae as DEFAULT_STREAM_BUDGET_MS, _t as ENDPOINT_GRACE_MS, A as EXTEND_SANDBOX_TTL, Xi as FOLLOW_APP_LOCALE, j as GET_ACTIVE_SANDBOXES, M as GET_SANDBOX, qe as HOSTED_TTS_MAX_CHARS, Ue as HOSTED_TTS_TIER, We as HOSTED_VOICES, Li as IDLE_ACTIVE_TAB, wn as IDLE_PLAYBACK, Oi as IDLE_PREVIEW, Ti as IDLE_PREVIEW_STATE, vt as INITIAL_SESSION, $n as INLINE_IMAGE_MAX_DIM, er as INLINE_IMAGE_QUALITY, yt as INTERRUPT_MAX_MS, bt as INTERRUPT_MIN_MS, tr as MAX_ATTACHMENTS, Mn as MAX_BOILERPLATE_LINE_CHARS, Nn as MAX_EXTRACTED_CHARS, nr as MAX_FILE_BYTES, rr as MAX_INLINE_CHARS_PER_FILE, ir as MAX_INLINE_CHARS_TOTAL, kn as MAX_INLINE_IMAGE_BASE64_BYTES, ar as MAX_INLINE_IMAGE_BASE64_CHARS, or as MAX_INLINE_IMAGE_PARTS, sr as MAX_INLINE_TURN_BODY_BYTES, Pn as MAX_PDF_PAGES_SCANNED, An as MAX_REQUEST_BODY_BYTES, Gt as MAX_SPEAKABLE_CHARS, Kt as MAX_SPOKEN_TABLE_ROWS, cr as MAX_TURN_BODY_BYTES, nn as MINI_CAPTION_BUDGET, Fn as MIN_PAGE_TEXT_CHARS, In as MIN_TEXT_PAGE_SHARE, ki as NO_OWNER, pi as NO_PANEL_OVERLAY, Pr as PHRASE_ROTATE_MS, an as POLL_FAST_MS, on as POLL_FAST_UNTIL_MS, sn as POLL_SLOW_MS, cn as POLL_STEADY_MS, ln as POLL_STEADY_UNTIL_MS, en as PREVIEW_LANGUAGES, lr as PROMPT_ENVELOPE_RESERVE_BYTES, ur as PROVIDER_READABLE_FILE_MEDIA_TYPES, N as PROXY_SANDBOX_REQUEST, P as REPORT_AI_TOKEN_USAGE, Qr as SANDBOX_READY_TTL_MS, xt as SILENCE_SUBMIT_MS, Je as SPEAKING_RATE_MAX, Ye as SPEAKING_RATE_MAX_STREAMING, Xe as SPEAKING_RATE_MAX_SYNC, Ze as SPEAKING_RATE_MIN, qt as SPEECH_CHUNK_CHARS, Jt as SPEECH_CHUNK_CJK_CHARS, kt as SPEECH_LANG, bn as SPOKEN_LABEL_LANGUAGES, Fr as STAGE_COPY, F as STOP_ASSISTANT_SANDBOX, je as STREAM_BUDGET_MS, Ir as THINKING_PHRASES, dr as TURN_BODY_HEADROOM_BYTES, At as VOICE_LIST_TIMEOUT_MS, oa as VoiceCaption, sa as VoiceConversationView, la as VoiceMiniController, ua as VoiceStage, da as VoiceTranscriptDrawer, ca as VoiceWaveform, I as WAIT_FOR_SANDBOX_RUNNING, q as abortAssistantTurn, mi as activePanelOverlay, Ta as aiCreditsUpdatedEventName, Ai as applyPreviewEvent, J as approvePendingWrite, hi as assistantPanelOwnsEscape, _ as assistantRoutePath, c as assistantTranslationKey, v as assistantUrlTransform, Xr as availableAttachmentSources, Qe as base64ToBytes, y as browserShouldHandle, He as browserSpeechEngine, Y as buildAssistantSandboxEnv, fr as buildAttachmentPromptBlock, Vt as buildContinuedFromVoiceNote, ve as buildProgress, pr as buildPromptParts, X as buildPromptRequestBody, mr as buildPromptWithAttachments, $e as buildRequest, E as buildSandboxContextInput, Ht as buildVoiceTranscriptMarkdown, Fe as chatTurns, Z as checkAssistantAiCredits, Yt as chunkForSpeech, b as classifyAssistantHref, hr as classifyAttachment, et as classifyHttpFailure, S as classifyQuotaError, Ln as columnLetterToIndex, ot as configureSpeechEngine, Xt as containsCjk, d as copyToClipboard, gr as countInlineImageCandidates, _r as countInlinedImageParts, ji as createAssistantPreviewSurface, Q as createAssistantSandbox, $ as createAssistantSession, it as createHostedTtsEngine, $r as createReadinessTracker, at as createRoutingSpeechEngine, Fi as createRunIdentityCache, Oe as createSandboxAssistantTransport, st as createSpeechEngines, Mi as currentPreviewOwner, tt as decodeAudioResponse, Rn as decodeXmlEntities, C as describeQuotaError, vr as detectDocumentFormat, Sn as detectScriptLocale, Zr as deviceHasCamera, Ea as dispatchAssistantQuotaExhausted, zn as docxXmlToText, ee as downloadAssistantArtifact, fa as downloadFile, gi as escapeDismisses, yr as estimateTurnBodyBytes, D as executeSandboxGraphQL, pa as exportConversation, te as extendAssistantSandboxTTL, ka as extractDocumentText, mn as findAssistantLanguage, ne as findExistingSandbox, vn as findPendingWrite, Bn as fitPdfPages, _i as focusIsInsidePanel, br as formatBytes, Vn as formatPageRanges, Kr as getActorId, re as getAssistantArtifacts, ye as getAssistantMedia, ie as getAssistantMessages, ae as getAssistantSession, oe as getAssistantStreamAccess, be as getAssistantText, xr as getAttachmentSendBlocker, U as getCapability, Sr as getExtension, R as getImageForMode, z as getImageTagForMode, qr as getOrganizationId, xe as getRawMessageCreatedAt, B as getResourcesForMode, V as getSandboxImageRegistry, Cr as getSendableAttachments, ct as getSpeechEngine, Se as getToolProgress, Jr as getWorkspaceId, Ie as groupBySession, Le as groupConsecutiveBySession, wr as hasAttachmentWorkInFlight, Ge as hostedLocaleFor, Ke as hostedSupportsLanguage, p as imageHostLabel, Me as incompleteTurnNotice, St as isCapturing, Ct as isEcho, Hn as isMostlyImagePages, Ca as isMultimodalBodyRejection, Ma as isProdRuntime, Tr as isProviderReadableFilePart, w as isQuotaExhaustedError, Ce as isReapedSandboxConnectionError, ei as isRecentlyVerified, we as isRecoverable, wa as isRecoverableAssistantError, m as isRemoteImageSrc, Ei as isRunningStatus, Tn as isSpeakingMessage, jt as isSpeechBlocked, Lr as isStageCopy, wt as isSubmittable, jr as isTurnInFlight, W as isUnknownFieldError, Re as isVoiceTurn, Un as joinSheets, Mt as languageDisplayName, Te as mapSessionToHistory, G as markSupported, K as markUnsupported, Ee as mergeMessagesById, dt as micIsInterrupt, se as modeRequiresConfirmWrites, Ri as nextActiveTab, $i as nextModeIndex, vi as nextPanelOverlays, Di as nextPreviewEvents, Nt as normalizeLangTag, Da as notifyAiCreditsUpdated, Tt as orbMode, Wn as pageMarker, yi as panelOwnsEscape, yn as parseConfirmationRefusal, Er as parseDataUrl, Gn as parseSharedStrings, Hr as parseToolActivity, Kn as parseWorkbookSheets, qn as pdfTextItemsToPage, zi as pinActiveTab, Mr as planAbandonedTurn, Et as planReplyConsumption, Nr as planTurnAbort, un as pollDelayMs, Pt as primaryLanguageSubtag, En as publishedChunks, T as quotaExhaustedEventName, lt as readSpeechEngineConfig, ce as releaseSupersededAssistantSandboxes, gn as replyFollowsInput, le as reportAssistantAiTokenUsage, Dn as requiresCancel, ut as resetSpeechEngine, hn as resolveAssistantLanguage, _n as resolveLanguagePair, n as resolveModeConfig, H as resolveSandboxAssistantMode, Cn as resolveSpeechLocale, Ni as runBelongsTo, Ii as runIdentities, Pi as sameOwner, De as sanitize, ue as selectExistingAssistantSandbox, de as selectSupersededAssistantSandboxes, Ft as selectVoiceForLocale, fe as sendAssistantPromptAsync, pe as sendHeartbeat, Jn as sheetXmlToRows, nt as shouldDisableEngine, Bi as shouldPinOnMove, Vi as shouldPinOnSelect, rn as showPreviousChunk, ft as showsAssistantCaption, pt as showsUserCaption, Zt as speakableEmail, It as speechGate, xn as speechLabelsFor, Lt as speechLangForLocale, On as speechPlaybackReducer, rt as splitForVendor, Qt as splitTableRow, Dt as spokenSoFar, Rr as stageText, zr as statusStageCopy, Hi as stepsFromToolActivity, me as stopReapedAssistantSandbox, Ne as streamBudgetMs, Yn as summarisePageText, Ui as tabForArrowKey, Br as thinkingPhrase, dn as toCaptionText, Dr as toMessageAttachment, $t as toSpeakableText, Or as truncateForInline, Xn as truncatePagesForInline, xa as useAssistantApiAccess, Aa as useAssistantAttachments, li as useAssistantConnectSource, Na as useAssistantHeartbeat, l as useAssistantI18nNamespace, Pa as useAssistantKeyboardShortcuts, x as useAssistantNavigate, r as useAssistantPageLabel, wi as useAssistantPreview, qi as useAssistantPreviewBridge, i as useAssistantProduct, a as useAssistantProductOrNull, Wr as useAssistantSpeech, o as useAssistantStorageFolders, Ar as useAssistantStore, u as useAssistantTr, Sa as useConversationTurns, bi as useDropdownEscape, Ki as useOverlayFocus, ke as useSandboxAssistantTransport, e as useVoiceInput, Gr as useVoiceSession, Oa as useWorkspaceWriteAccess, kr as validateFile, Rt as voiceAvailability, ze as voiceMarker, tn as voicePreviewText, zt as voiceQualityRank, Be as voiceSessionIdOf, Ot as voiceSessionReducer, mt as voiceStageState, Ut as voiceTranscriptFilename, Ve as voiceTurnsOnly, Bt as voicesForLocale, he as waitForAssistantServiceReady, ge as waitForSandboxRunning, ht as waveformIsActive, gt as waveformIsSettled, Pe as withIncompleteTurnNotice };
|