Skip to content

Commit 29e0d84

Browse files
committed
cr
1 parent e2fa9a3 commit 29e0d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ export abstract class StructuredTool<
314314
artifact,
315315
toolCallId,
316316
name: this.name,
317+
metadata: this.metadata,
317318
});
318319
await runManager?.handleToolEnd(formattedOutput);
319320
return formattedOutput as ToolReturnType<TArg, TConfig, ToolOutputT>;

0 commit comments

Comments
 (0)