public class AiAgentBasicGenTool extends AiAgentLongTextToolTextGen
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentBasicGenTool.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentTemplate
How the content should be included in a request to the LLM.
|
embeddingspromptTemplate, systemMessagellmEndpointParams, model, numTokensForCompletionexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentBasicGenTool() |
protected |
AiAgentBasicGenTool(AiAgentBasicGenTool.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentTemplate() |
int |
hashCode() |
String |
toString() |
getEmbeddingsgetPromptTemplate, getSystemMessagegetLlmEndpointParams, getModel, getNumTokensForCompletiongetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String contentTemplate
public AiAgentBasicGenTool()
protected AiAgentBasicGenTool(AiAgentBasicGenTool.Builder builder)
public String getContentTemplate()
public boolean equals(Object o)
equals in class AiAgentLongTextToolTextGenpublic int hashCode()
hashCode in class AiAgentLongTextToolTextGenpublic String toString()
toString in class AiAgentLongTextToolTextGen