Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Nov 12, 2024
1 parent f07e58e commit 0d9e49f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChatMessage, ToolCallLLM } from "llamaindex";
import { getQueryEngineTools } from "../../../../multiagent/typescript/workflow/tools";
import { getTool } from "../engine/tools";
import { FormFillingWorkflow } from "./form-filling";
import { getQueryEngineTools } from "./tools";

const TIMEOUT = 360 * 1000;

Expand Down

0 comments on commit 0d9e49f

Please sign in to comment.