Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Mar 22, 2024
1 parent cdacbd4 commit d2245e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/engines/typescript/agent/chat.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { OpenAI, OpenAIAgent, QueryEngineTool } from "llamaindex";
import { STORAGE_CACHE_DIR } from "./constants.mjs";
import { getDataSource } from "./index";
import ToolFactory from "./tools";
import config from "./tool_config.json";
import ToolFactory from "./tools";

export async function createChatEngine(llm: OpenAI) {
const index = await getDataSource(llm);
Expand Down

0 comments on commit d2245e2

Please sign in to comment.