(fragment: AnyFragment)
| 6 | |
| 7 | export interface TranscriptRenderer { |
| 8 | onFragment(fragment: AnyFragment): void; |
| 9 | setStructuredOutput(output: StructuredToolOutput): void; |
| 10 | setNextSteps(steps: readonly NextStep[], runtime: 'cli' | 'daemon' | 'mcp'): void; |
| 11 | finalize(): void; |
no outgoing calls