Package | Description |
---|---|
com.tencentcloudapi.lke.v20231130.models |
Modifier and Type | Method and Description |
---|---|
AgentInput |
AgentToolReqParam.getInput()
Get 输入
|
AgentInput |
AgentPluginQuery.getInput()
Get 输入的值
|
AgentInput |
AgentPluginHeader.getInput()
Get 输入的值
|
AgentInput[] |
AgentKnowledgeAttrLabel.getInputs()
Get 标签值,标签值之间是或的关系,只有匹配的,才会进行知识检索,否则报检索不到
|
Modifier and Type | Method and Description |
---|---|
void |
AgentToolReqParam.setInput(AgentInput Input)
Set 输入
|
void |
AgentPluginQuery.setInput(AgentInput Input)
Set 输入的值
|
void |
AgentPluginHeader.setInput(AgentInput Input)
Set 输入的值
|
void |
AgentKnowledgeAttrLabel.setInputs(AgentInput[] Inputs)
Set 标签值,标签值之间是或的关系,只有匹配的,才会进行知识检索,否则报检索不到
|
Constructor and Description |
---|
AgentInput(AgentInput 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.