(tcID string)
| 288 | default: |
| 289 | return events |
| 290 | } |
| 291 | } |
| 292 | } |
| 293 | |
| 294 | func (e *StreamingToolExecutor) AbortSiblings(failedToolID string) { |
| 295 | e.mu.Lock() |
| 296 | defer e.mu.Unlock() |
| 297 | failed := e.slots[failedToolID] |
no outgoing calls
no test coverage detected