Skip to content

Commit

Permalink
chore: Expose AzureDynamicSessionTool for node.js runtime only
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Jun 26, 2024
1 parent 69e879c commit 6c3dad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/llamaindex/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ export { type VertexGeminiSessionOptions } from "./llm/gemini/types.js";
export { GeminiVertexSession } from "./llm/gemini/vertex.js";
// Fern only supports node.js runtime
export * from "./cloud/index.js";

// Expose AzureDynamicSessionTool for node.js runtime only
export { AzureDynamicSessionTool } from "./tools/AzureDynamicSessionTool.node.js";
1 change: 0 additions & 1 deletion packages/llamaindex/src/tools/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./AzureDynamicSessionTool.node.js";
export * from "./functionTool.js";
export * from "./QueryEngineTool.js";
export * from "./WikipediaTool.js";

0 comments on commit 6c3dad5

Please sign in to comment.