(steps: readonly NextStep[], runtime: 'cli' | 'daemon' | 'mcp')
| 8 | onFragment(fragment: AnyFragment): void; |
| 9 | setStructuredOutput(output: StructuredToolOutput): void; |
| 10 | setNextSteps(steps: readonly NextStep[], runtime: 'cli' | 'daemon' | 'mcp'): void; |
| 11 | finalize(): void; |
| 12 | } |
| 13 |
no outgoing calls
no test coverage detected