public class InvokeLLM extends AbstractModel
header, skipSign
Constructor and Description |
---|
InvokeLLM() |
InvokeLLM(InvokeLLM 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get 请求LLM的内容
|
Boolean |
getInterrupt()
Get 是否允许该文本打断机器人说话
|
void |
setContent(String Content)
Set 请求LLM的内容
|
void |
setInterrupt(Boolean Interrupt)
Set 是否允许该文本打断机器人说话
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InvokeLLM()
public InvokeLLM(InvokeLLM source)
public String getContent()
public void setContent(String Content)
Content
- 请求LLM的内容public Boolean getInterrupt()
public void setInterrupt(Boolean Interrupt)
Interrupt
- 是否允许该文本打断机器人说话Copyright © 2025. All rights reserved.