override fun createToolWindowContent()

in frontend/src/main/kotlin/org/jetbrains/plugins/template/toolWindow/ModularPluginToolWindowFactory.kt [17:19]


    override fun createToolWindowContent(project: Project, toolWindow: ToolWindow) {
        chatApp(project, toolWindow)
    }