()
| 14 | attach(image: ImageAttachment): void; |
| 15 | setStructuredOutput?(output: StructuredToolOutput): void; |
| 16 | getStructuredOutput?(): StructuredToolOutput | undefined; |
| 17 | setNextSteps?(steps: NextStep[], runtime: 'cli' | 'daemon' | 'mcp'): void; |
| 18 | getNextSteps?(): readonly NextStep[]; |
| 19 | getNextStepsRuntime?(): 'cli' | 'daemon' | 'mcp' | undefined; |
no outgoing calls