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