(fragment: AnyFragment)
| 11 | |
| 12 | export interface RenderSession { |
| 13 | emit(fragment: AnyFragment): void; |
| 14 | attach(image: ImageAttachment): void; |
| 15 | setStructuredOutput?(output: StructuredToolOutput): void; |
| 16 | getStructuredOutput?(): StructuredToolOutput | undefined; |
no outgoing calls