()
| 16 | getStructuredOutput?(): StructuredToolOutput | undefined; |
| 17 | setNextSteps?(steps: NextStep[], runtime: 'cli' | 'daemon' | 'mcp'): void; |
| 18 | getNextSteps?(): readonly NextStep[]; |
| 19 | getNextStepsRuntime?(): 'cli' | 'daemon' | 'mcp' | undefined; |
| 20 | getAttachments(): readonly ImageAttachment[]; |
| 21 | isError(): boolean; |
no outgoing calls
no test coverage detected