refactor(framework): correct comments for ActivateModel

This commit is contained in:
2026-02-20 15:02:33 +08:00
parent e57c03e213
commit 2a3d33a61e

View File

@@ -94,7 +94,7 @@ interface ActivateModel {
} }
/** /**
* 对应调用的模型配置名称 * 对应调用的模型配置名称,默认配合[AbstractAgentModule.moduleName]使用
*/ */
fun modelKey(): String { fun modelKey(): String {
return (this as AbstractAgentModule).moduleName return (this as AbstractAgentModule).moduleName