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

Method onToolStart

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

Source from the content-addressed store, hash-verified

305 }
306
307 onToolStart(run: Run) {
308 const crumbs = this.getBreadcrumbs(run)
309 this.logger.verbose(`[${this.orgId}]: [tool/start] [${crumbs}] Entering Tool run with input: "${run.inputs.input?.trim()}"`)
310 }
311
312 onToolEnd(run: Run) {
313 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 1

getBreadcrumbsMethod · 0.95

Tested by

no test coverage detected