mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
refactor(framework): make ActivateModel companion configManager private
This commit is contained in:
@@ -35,8 +35,8 @@ abstract class AbstractAgentModule {
|
||||
interface ActivateModel {
|
||||
|
||||
companion object {
|
||||
val configManager: AgentConfigManager = AgentConfigManager.INSTANCE
|
||||
val modelMap: MutableMap<String, Model> = mutableMapOf()
|
||||
private val configManager: AgentConfigManager = AgentConfigManager.INSTANCE
|
||||
}
|
||||
|
||||
fun getModel(): Model {
|
||||
|
||||
Reference in New Issue
Block a user