({
stdout,
stderr
})
| 547 | // UI never shows persistedOutputPath wrapper, backgroundInfo — those are |
| 548 | // model-facing (mapToolResult... below). |
| 549 | extractSearchText({ |
| 550 | stdout, |
| 551 | stderr |
| 552 | }) { |
| 553 | return stderr ? `${stdout}\n${stderr}` : stdout; |
| 554 | }, |
| 555 | mapToolResultToToolResultBlockParam({ |
| 556 | interrupted, |
| 557 | stdout, |
nothing calls this directly
no outgoing calls
no test coverage detected