public class AiStudioAgentLongTextTool extends AiAgentLongTextTool
| Modifier and Type | Class and Description |
|---|---|
static class |
AiStudioAgentLongTextTool.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isCustomInstructionsIncluded
True if system message contains custom instructions placeholder, false otherwise.
|
embeddingspromptTemplate, systemMessagellmEndpointParams, model, numTokensForCompletionexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiStudioAgentLongTextTool() |
protected |
AiStudioAgentLongTextTool(AiStudioAgentLongTextTool.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsCustomInstructionsIncluded() |
int |
hashCode() |
String |
toString() |
getEmbeddingsgetPromptTemplate, getSystemMessagegetLlmEndpointParams, getModel, getNumTokensForCompletiongetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean isCustomInstructionsIncluded
public AiStudioAgentLongTextTool()
protected AiStudioAgentLongTextTool(AiStudioAgentLongTextTool.Builder builder)
public Boolean getIsCustomInstructionsIncluded()
public boolean equals(Object o)
equals in class AiAgentLongTextToolpublic int hashCode()
hashCode in class AiAgentLongTextToolpublic String toString()
toString in class AiAgentLongTextTool