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 e2fa9a3 commit 29e0d84Copy full SHA for 29e0d84
libs/langchain-core/src/tools/index.ts
@@ -314,6 +314,7 @@ export abstract class StructuredTool<
314
artifact,
315
toolCallId,
316
name: this.name,
317
+ metadata: this.metadata,
318
});
319
await runManager?.handleToolEnd(formattedOutput);
320
return formattedOutput as ToolReturnType<TArg, TConfig, ToolOutputT>;
0 commit comments