teodor-new-chat-ui 4.3.500 → 4.3.503
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.
|
@@ -11,3 +11,5 @@ export type { MessageRowProps } from "./MessageRow";
|
|
|
11
11
|
export { FileViewerModal } from "./modals";
|
|
12
12
|
export { ArtifactRenderer, InterruptPartRenderer, SimpleJsonView, StreamProgress, ThinkingIndicator, ToolComponent, UserTextContent } from "./renderers";
|
|
13
13
|
export type { ToolRenderer, ToolRendererMap, ToolRendererContext, ToolArtifactRenderer, ToolArtifactRendererMap, ToolArtifactRendererContext, } from "./ToolComponent";
|
|
14
|
+
export * from "./utils";
|
|
15
|
+
export type { ToolPayloadResult } from "./hooks";
|
package/dist/index.esm.js
CHANGED
|
@@ -20043,12 +20043,20 @@ export {
|
|
|
20043
20043
|
IN as applySettings,
|
|
20044
20044
|
dx as buildCheckpointIndex,
|
|
20045
20045
|
nN as buildCheckpointPreviewMap,
|
|
20046
|
+
kw as buildLabelParts,
|
|
20046
20047
|
Mn as chatApiClient,
|
|
20048
|
+
Sw as collectText,
|
|
20049
|
+
Iw as createArtifactPreviewFromPlot,
|
|
20050
|
+
Rw as createArtifactPreviewFromSource,
|
|
20047
20051
|
wc as del,
|
|
20048
20052
|
sw as downloadFileById,
|
|
20049
20053
|
Xl as extractConfigFields,
|
|
20054
|
+
Pr as extractToolContent,
|
|
20055
|
+
Fi as extractToolMeta,
|
|
20050
20056
|
lw as fileToBase64,
|
|
20057
|
+
yw as formatToolOutput,
|
|
20051
20058
|
rn as get,
|
|
20059
|
+
Cw as getAgentNameFromMessage,
|
|
20052
20060
|
ew as getChatToken,
|
|
20053
20061
|
rN as getCheckpointForMessage,
|
|
20054
20062
|
RN as getCurrentSettings,
|
|
@@ -20059,20 +20067,32 @@ export {
|
|
|
20059
20067
|
fx as getMessageAttemptInfo,
|
|
20060
20068
|
Ch as getMessageDomKey,
|
|
20061
20069
|
Uu as getPreviewForMessage,
|
|
20070
|
+
Cc as getToolProgress,
|
|
20062
20071
|
ln as httpClient,
|
|
20063
20072
|
Tr as hydrateHistorySnapshots,
|
|
20064
20073
|
uw as isEnvelope,
|
|
20074
|
+
wd as isFileLike,
|
|
20065
20075
|
aw as listFiles,
|
|
20066
20076
|
Jw as loadStoredSettings,
|
|
20077
|
+
bw as looksLikeMarkdown,
|
|
20078
|
+
Tc as messageSignature,
|
|
20079
|
+
bd as normalizeInterruptId,
|
|
20080
|
+
Ew as normalizeMimeType,
|
|
20081
|
+
Nw as normalizeToolPayload,
|
|
20082
|
+
ro as normalizeToolPayloadValue,
|
|
20067
20083
|
tw as onChatTokenChanged,
|
|
20084
|
+
Br as parseJsonSafe,
|
|
20068
20085
|
Ea as post,
|
|
20086
|
+
jr as pretty,
|
|
20069
20087
|
cw as processAttachments,
|
|
20070
20088
|
ow as put,
|
|
20071
20089
|
hx as readNumber,
|
|
20072
20090
|
Yn as readString,
|
|
20073
20091
|
An as resolveChatBaseUrl,
|
|
20092
|
+
co as sanitizeForDisplay,
|
|
20074
20093
|
Zw as saveSettings,
|
|
20075
20094
|
ti as setChatToken,
|
|
20095
|
+
Tw as stringifyTool,
|
|
20076
20096
|
Qn as toPlainObject,
|
|
20077
20097
|
Ut as unwrap,
|
|
20078
20098
|
Bs as useApi,
|