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