(run: Run)
| 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) |
nothing calls this directly
no test coverage detected