Skip to content

Commit 22db1a0

Browse files
committed
fixed import statement
1 parent 1e16bf1 commit 22db1a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ts/packages/agents/chat/src/chatResponseHandler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT License.
33

44
import fs from "node:fs";
5-
import { getMimeType } from "common-utils";
5+
import { getImageElement, getMimeType } from "common-utils";
66
import { StopWatch } from "telemetry";
77
import {
88
ChatResponseAction,
@@ -36,7 +36,6 @@ import {
3636
conversation,
3737
conversation as Conversation,
3838
} from "knowledge-processor";
39-
import { getImageElement } from "../../../commonUtils/dist/image.js";
4039

4140
export function instantiate(): AppAgent {
4241
return {

0 commit comments

Comments
 (0)