| 22 | } |
| 23 | |
| 24 | type streamClosedMsg struct { |
| 25 | ch <-chan llm.Event |
| 26 | } |
| 27 | |
| 28 | // toolResultMsg carries one finished tool call back to Update, tagged with the |
| 29 | // turnCtx it was dispatched against. Update drops it when that ctx no longer |
nothing calls this directly
no outgoing calls
no test coverage detected