Skip to content

Commit a4f6660

Browse files
cr
1 parent ff8341c commit a4f6660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-core/src/tools/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export function isLangChainTool(tool?: unknown): tool is StructuredToolParams {
493493
export type ToolRuntime<
494494
TState = unknown,
495495
TContext = unknown
496-
> = RunnableConfig & {
496+
> = ToolRunnableConfig & {
497497
/**
498498
* The current graph state.
499499
*/

0 commit comments

Comments
 (0)