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

Method onToolStart

packages/components/src/MetricsLogger.ts:103–106  ·  view source on GitHub ↗
(run: Run)

Source from the content-addressed store, hash-verified

101 }
102
103 onToolStart(run: Run) {
104 const crumbs = this.getBreadcrumbs(run)
105 this.logger.verbose(`[${this.orgId}]: [tool/start] [${crumbs}] Entering Tool run with input: "${run.inputs.input?.trim()}"`)
106 }
107
108 onToolEnd(run: Run) {
109 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 1

getBreadcrumbsMethod · 0.95

Tested by

no test coverage detected