| Package | Description | 
|---|---|
| com.tencentcloudapi.lke.v20231130.models | 
| Modifier and Type | Method and Description | 
|---|---|
| AgentModelInfo | Agent. getModel()Get Agent调用LLM时使用的模型配置 | 
| AgentModelInfo | AgentPluginInfo. getModel()Get 插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型 | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Agent. setModel(AgentModelInfo Model)Set Agent调用LLM时使用的模型配置 | 
| void | AgentPluginInfo. setModel(AgentModelInfo Model)Set 插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型 | 
| Constructor and Description | 
|---|
| AgentModelInfo(AgentModelInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
Copyright © 2025. All rights reserved.