(parent, obj)
| 1189 | // the subagent actually did first — here, grepping for a file we never |
| 1190 | // returned. |
| 1191 | const sub = (parent, obj) => JSON.stringify({ ...JSON.parse(obj), parent_tool_use_id: parent }); |
| 1192 | sf = suff([ |
| 1193 | ...req(10000, 'm1', [use('e1', EXPLORE, { query: 'q' })]), |
| 1194 | exploreRes('e1', ['lib/response.js']), |