MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / onToolEnd

Method onToolEnd

packages/components/src/handler.ts:312–317  ·  view source on GitHub ↗
(run: Run)

Source from the content-addressed store, hash-verified

310 }
311
312 onToolEnd(run: Run) {
313 const crumbs = this.getBreadcrumbs(run)
314 this.logger.verbose(
315 `[${this.orgId}]: [tool/end] [${crumbs}] [${elapsed(run)}] Exiting Tool run with output: "${run.outputs?.output?.trim()}"`
316 )
317 }
318
319 onToolError(run: Run) {
320 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 2

getBreadcrumbsMethod · 0.95
elapsedFunction · 0.70

Tested by

no test coverage detected