We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e16bf1 commit 22db1a0Copy full SHA for 22db1a0
ts/packages/agents/chat/src/chatResponseHandler.ts
@@ -2,7 +2,7 @@
2
// Licensed under the MIT License.
3
4
import fs from "node:fs";
5
-import { getMimeType } from "common-utils";
+import { getImageElement, getMimeType } from "common-utils";
6
import { StopWatch } from "telemetry";
7
import {
8
ChatResponseAction,
@@ -36,7 +36,6 @@ import {
36
conversation,
37
conversation as Conversation,
38
} from "knowledge-processor";
39
-import { getImageElement } from "../../../commonUtils/dist/image.js";
40
41
export function instantiate(): AppAgent {
42
return {
0 commit comments