Skip to content

Commit

Permalink
chore: add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 4, 2023
1 parent e2d7da2 commit e08d806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/lib/approaches/ask-read-retrieve-read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { DynamicTool } from 'langchain/tools';
import { initializeAgentExecutorWithOptions } from 'langchain/agents';
import { OpenAiService } from '../../plugins/openai.js';
import { LangchainService } from '../../plugins/langchain.js';
import { CsvLookupTool } from '../util/index.js';
import { AskApproach } from './approach.js';
import { ApproachBase } from './approach-base.js';
import { CsvLookupTool } from '../util/csv-lookup-tool.js';

const __dirname = path.dirname(fileURLToPath(import.meta.url));

Expand Down
1 change: 1 addition & 0 deletions packages/api/src/lib/util/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './csv-lookup-tool.js';
export * from './string.js';

0 comments on commit e08d806

Please sign in to comment.