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