(self, node_id: str, state: NodeProgressState, prompt_id: str)
| 186 | |
| 187 | @override |
| 188 | def start_handler(self, node_id: str, state: NodeProgressState, prompt_id: str): |
| 189 | # Send progress state of all nodes |
| 190 | if self.registry: |
| 191 | self._send_progress_state(prompt_id, self.registry.nodes) |
| 192 | |
| 193 | @override |
| 194 | def update_handler( |
nothing calls this directly
no test coverage detected