Skip to content

Commit

Permalink
Remove a few imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 23, 2024
1 parent 7c51e00 commit 987b29f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 57 deletions.
27 changes: 0 additions & 27 deletions docs/docs/functions/parseJSONObjectFromText.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/docs/functions/parseJsonArrayFromText.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,4 @@ custom_edit_url: null
- [getFormattedActions](functions/getFormattedActions.md)
- [getGoals](functions/getGoals.md)
- [getLore](functions/getLore.md)
- [parseJSONObjectFromText](functions/parseJSONObjectFromText.md)
- [parseJsonArrayFromText](functions/parseJsonArrayFromText.md)
- [updateGoals](functions/updateGoals.md)
2 changes: 0 additions & 2 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ export * from "./context";
export * from "./evaluation";
export * from "./evaluators/index";
export * from "./goals";
export * from "./logger";
export * from "./lore";
export * from "./memory";
export * from "./messages";
export * from "./runtime";
export * from "./types";
export * from "./utils";

0 comments on commit 987b29f

Please sign in to comment.