| 26 | * Configuration for starting a panel |
| 27 | */ |
| 28 | export interface StartPanelConfig extends AIPanelConfig { |
| 29 | panelId: string; |
| 30 | sessionId?: string; |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Configuration for continuing a panel conversation |
nothing calls this directly
no outgoing calls
no test coverage detected