summaryrefslogtreecommitdiffhomepage
path: root/src/core/chunks/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/chunks/index.ts')
-rw-r--r--src/core/chunks/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/chunks/index.ts b/src/core/chunks/index.ts
index eea2303..bdd6ce4 100644
--- a/src/core/chunks/index.ts
+++ b/src/core/chunks/index.ts
@@ -1,5 +1,6 @@
export type { RenderGroup, ToolBatchEntry } from "./groups";
export { groupRenderedChunks } from "./groups";
+export { resolveImageUrl } from "./image-url";
export {
appendUserMessage,
applyHistory,