(run: Run)
| 123 | } |
| 124 | |
| 125 | onAgentAction(run: Run) { |
| 126 | const agentRun = run as AgentRun |
| 127 | const crumbs = this.getBreadcrumbs(run) |
| 128 | this.logger.verbose( |
| 129 | `[${this.orgId}]: [agent/action] [${crumbs}] Agent selected action: ${tryJsonStringify( |
| 130 | agentRun.actions[agentRun.actions.length - 1], |
| 131 | '[action]' |
| 132 | )}` |
| 133 | ) |
| 134 | } |
| 135 | } |
nothing calls this directly
no test coverage detected