- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static interface GenerativeSettings.KnowledgeConnectorSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent()
Name of the virtual agent. Used for LLM prompt. Can be left empty.
string agent = 2;
Returns | |
---|---|
Type | Description |
String |
The agent. |
getAgentBytes()
public abstract ByteString getAgentBytes()
Name of the virtual agent. Used for LLM prompt. Can be left empty.
string agent = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for agent. |
getAgentIdentity()
public abstract String getAgentIdentity()
Identity of the agent, e.g. "virtual agent", "AI assistant".
string agent_identity = 3;
Returns | |
---|---|
Type | Description |
String |
The agentIdentity. |
getAgentIdentityBytes()
public abstract ByteString getAgentIdentityBytes()
Identity of the agent, e.g. "virtual agent", "AI assistant".
string agent_identity = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for agentIdentity. |
getAgentScope()
public abstract String getAgentScope()
Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
string agent_scope = 5;
Returns | |
---|---|
Type | Description |
String |
The agentScope. |
getAgentScopeBytes()
public abstract ByteString getAgentScopeBytes()
Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
string agent_scope = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for agentScope. |
getBusiness()
public abstract String getBusiness()
Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
string business = 1;
Returns | |
---|---|
Type | Description |
String |
The business. |
getBusinessBytes()
public abstract ByteString getBusinessBytes()
Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
string business = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for business. |
getBusinessDescription()
public abstract String getBusinessDescription()
Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".
string business_description = 4;
Returns | |
---|---|
Type | Description |
String |
The businessDescription. |
getBusinessDescriptionBytes()
public abstract ByteString getBusinessDescriptionBytes()
Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".
string business_description = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for businessDescription. |
getDisableDataStoreFallback()
public abstract boolean getDisableDataStoreFallback()
Whether to disable fallback to Data Store search results (in case the LLM couldn't pick a proper answer). Per default the feature is enabled.
bool disable_data_store_fallback = 8;
Returns | |
---|---|
Type | Description |
boolean |
The disableDataStoreFallback. |