public class AiAgentSpreadsheetTool extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentSpreadsheetTool.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiLlmEndpointParams |
llmEndpointParams |
protected String |
model
The model used for the AI agent for spreadsheets.
|
protected Long |
numTokensForCompletion
The number of tokens for completion.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentSpreadsheetTool() |
protected |
AiAgentSpreadsheetTool(AiAgentSpreadsheetTool.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 AiAgentSpreadsheetTool()
protected AiAgentSpreadsheetTool(AiAgentSpreadsheetTool.Builder builder)
public Long getNumTokensForCompletion()
public AiLlmEndpointParams getLlmEndpointParams()