public class AiStudioAgentLongTextToolResponse extends AiStudioAgentLongTextTool
| Modifier and Type | Class and Description |
|---|---|
static class |
AiStudioAgentLongTextToolResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
warnings
Warnings concerning tool.
|
isCustomInstructionsIncludedembeddingspromptTemplate, systemMessagellmEndpointParams, model, numTokensForCompletionexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiStudioAgentLongTextToolResponse() |
protected |
AiStudioAgentLongTextToolResponse(AiStudioAgentLongTextToolResponse.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getWarnings() |
int |
hashCode() |
String |
toString() |
getIsCustomInstructionsIncludedgetEmbeddingsgetPromptTemplate, getSystemMessagegetLlmEndpointParams, getModel, getNumTokensForCompletiongetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic AiStudioAgentLongTextToolResponse()
protected AiStudioAgentLongTextToolResponse(AiStudioAgentLongTextToolResponse.Builder builder)
public List<String> getWarnings()
public boolean equals(Object o)
equals in class AiStudioAgentLongTextToolpublic int hashCode()
hashCode in class AiStudioAgentLongTextToolpublic String toString()
toString in class AiStudioAgentLongTextTool