()
| 63 | return ctx.nextStepParams; |
| 64 | }, |
| 65 | text() { |
| 66 | return renderCliTextTranscript({ |
| 67 | items: [], |
| 68 | structuredOutput: ctx.structuredOutput, |
| 69 | nextSteps: ctx.nextSteps, |
| 70 | }); |
| 71 | }, |
| 72 | isError() { |
| 73 | return ctx.structuredOutput?.result.didError === true; |
| 74 | }, |
nothing calls this directly
no test coverage detected