Skip to content

Commit f63fc0f

Browse files
fix(langchain): export ToolRuntime from langchain (#9360)
Co-authored-by: Hunter Lovell <[email protected]>
1 parent b17762a commit f63fc0f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/rude-pears-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"langchain": patch
3+
---
4+
5+
fix(langchain): export ToolRuntime from langchain

libs/langchain/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export { initChatModel } from "./chat_models/universal.js";
2828
export {
2929
tool,
3030
Tool,
31+
type ToolRuntime,
3132
DynamicTool,
3233
StructuredTool,
3334
DynamicStructuredTool,

0 commit comments

Comments
 (0)