(sourceId: string)
| 111 | } |
| 112 | |
| 113 | async releaseImportSource(sourceId: string): Promise<void> { |
| 114 | await window.chatApi.releaseImportSource(sourceId) |
| 115 | } |
| 116 | |
| 117 | getSupportedFormats(): Promise<FormatInfo[]> { |
| 118 | return window.chatApi.getSupportedFormats() |
nothing calls this directly
no test coverage detected