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