(ctx context.Context)
| 1099 | // toolStopper is the subset of *team.Team needed by stopToolSets. |
| 1100 | type toolStopper interface { |
| 1101 | StopToolSets(ctx context.Context) error |
| 1102 | } |
| 1103 | |
| 1104 | // stopToolSets gracefully stops all tool sets with a bounded timeout so |
no outgoing calls