public class AiAgentLongTextToolTextGen extends AiAgentBasicTextToolTextGen
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentLongTextToolTextGen.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiAgentLongTextToolTextGenEmbeddingsField |
embeddings |
promptTemplate, systemMessagellmEndpointParams, model, numTokensForCompletionexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentLongTextToolTextGen() |
protected |
AiAgentLongTextToolTextGen(AiAgentLongTextToolTextGen.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiAgentLongTextToolTextGenEmbeddingsField |
getEmbeddings() |
int |
hashCode() |
String |
toString() |
getPromptTemplate, getSystemMessagegetLlmEndpointParams, getModel, getNumTokensForCompletiongetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected AiAgentLongTextToolTextGenEmbeddingsField embeddings
public AiAgentLongTextToolTextGen()
protected AiAgentLongTextToolTextGen(AiAgentLongTextToolTextGen.Builder builder)
public AiAgentLongTextToolTextGenEmbeddingsField getEmbeddings()
public boolean equals(Object o)
equals in class AiAgentBasicTextToolTextGenpublic int hashCode()
hashCode in class AiAgentBasicTextToolTextGenpublic String toString()
toString in class AiAgentBasicTextToolTextGen