* Reset the processor state (called on task_complete or turn_aborted)
()
| 81 | * Reset the processor state (called on task_complete or turn_aborted) |
| 82 | */ |
| 83 | reset(): void { |
| 84 | logger.debug('[DiffProcessor] Resetting diff state'); |
| 85 | this.previousDiff = null; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Set the message callback for sending messages directly |