(output: StructuredToolOutput)
| 13 | emit(fragment: AnyFragment): void; |
| 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[]; |
no outgoing calls