public class AiAgentBasicTextToolBase extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentBasicTextToolBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiLlmEndpointParams |
llmEndpointParams |
protected String |
model
The model used for the AI agent for basic text.
|
protected Long |
numTokensForCompletion
The number of tokens for completion.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentBasicTextToolBase() |
protected |
AiAgentBasicTextToolBase(AiAgentBasicTextToolBase.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiLlmEndpointParams |
getLlmEndpointParams() |
String |
getModel() |
Long |
getNumTokensForCompletion() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String model
protected Long numTokensForCompletion
protected AiLlmEndpointParams llmEndpointParams
public AiAgentBasicTextToolBase()
protected AiAgentBasicTextToolBase(AiAgentBasicTextToolBase.Builder builder)
public Long getNumTokensForCompletion()
public AiLlmEndpointParams getLlmEndpointParams()