We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8341c commit a4f6660Copy full SHA for a4f6660
libs/langchain-core/src/tools/types.ts
@@ -493,7 +493,7 @@ export function isLangChainTool(tool?: unknown): tool is StructuredToolParams {
493
export type ToolRuntime<
494
TState = unknown,
495
TContext = unknown
496
-> = RunnableConfig & {
+> = ToolRunnableConfig & {
497
/**
498
* The current graph state.
499
*/
0 commit comments