Skip to content

Commit

Permalink
fixed import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 1e16bf1 commit 22db1a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/packages/agents/chat/src/chatResponseHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.

import fs from "node:fs";
import { getMimeType } from "common-utils";
import { getImageElement, getMimeType } from "common-utils";
import { StopWatch } from "telemetry";
import {
ChatResponseAction,
Expand Down Expand Up @@ -36,7 +36,6 @@ import {
conversation,
conversation as Conversation,
} from "knowledge-processor";
import { getImageElement } from "../../../commonUtils/dist/image.js";

export function instantiate(): AppAgent {
return {
Expand Down

0 comments on commit 22db1a0

Please sign in to comment.