()
| 18 | getNextSteps?(): readonly NextStep[]; |
| 19 | getNextStepsRuntime?(): 'cli' | 'daemon' | 'mcp' | undefined; |
| 20 | getAttachments(): readonly ImageAttachment[]; |
| 21 | isError(): boolean; |
| 22 | finalize(): string; |
| 23 | } |
no outgoing calls
no test coverage detected