Skip to content

Commit 0d9e49f

Browse files
committed
fix wrong import
1 parent f07e58e commit 0d9e49f

File tree

1 file changed

+1
-1
lines changed
  • templates/components/agents/typescript/form_filling/workflow

1 file changed

+1
-1
lines changed

templates/components/agents/typescript/form_filling/workflow/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ChatMessage, ToolCallLLM } from "llamaindex";
2-
import { getQueryEngineTools } from "../../../../multiagent/typescript/workflow/tools";
32
import { getTool } from "../engine/tools";
43
import { FormFillingWorkflow } from "./form-filling";
4+
import { getQueryEngineTools } from "./tools";
55

66
const TIMEOUT = 360 * 1000;
77

0 commit comments

Comments
 (0)