Skip to content

Commit

Permalink
character
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika-srivastava committed Dec 19, 2024
1 parent caadb01 commit 498f0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import readline from "readline";
import { fileURLToPath } from "url";
import yargs from "yargs";

import { mainCharacter } from "../character/mainCharacter";
import { mainCharacter } from "../mainCharacter";
import { docsProvider } from "./docsProvider";

const __filename = fileURLToPath(import.meta.url); // get the resolved path to the file
Expand Down
2 changes: 1 addition & 1 deletion agent/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"include": [
"src",
"src/index.ts",
"character/mainCharacter.ts",
"mainCharacter.ts",
"src/docsProvider.ts",
"src/ragHandler.ts"
]
Expand Down

0 comments on commit 498f0bf

Please sign in to comment.