public static class AiAgentSpreadsheetTool.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected AiLlmEndpointParams |
llmEndpointParams |
protected String |
model |
protected Long |
numTokensForCompletion |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AiAgentSpreadsheetTool |
build() |
AiAgentSpreadsheetTool.Builder |
llmEndpointParams(AiLlmEndpointParams llmEndpointParams) |
AiAgentSpreadsheetTool.Builder |
llmEndpointParams(AiLlmEndpointParamsAws llmEndpointParams) |
AiAgentSpreadsheetTool.Builder |
llmEndpointParams(AiLlmEndpointParamsGoogle llmEndpointParams) |
AiAgentSpreadsheetTool.Builder |
llmEndpointParams(AiLlmEndpointParamsIbm llmEndpointParams) |
AiAgentSpreadsheetTool.Builder |
llmEndpointParams(AiLlmEndpointParamsOpenAi llmEndpointParams) |
AiAgentSpreadsheetTool.Builder |
model(String model) |
AiAgentSpreadsheetTool.Builder |
numTokensForCompletion(Long numTokensForCompletion) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long numTokensForCompletion
protected AiLlmEndpointParams llmEndpointParams
public Builder()
public AiAgentSpreadsheetTool.Builder model(String model)
public AiAgentSpreadsheetTool.Builder numTokensForCompletion(Long numTokensForCompletion)
public AiAgentSpreadsheetTool.Builder llmEndpointParams(AiLlmEndpointParamsOpenAi llmEndpointParams)
public AiAgentSpreadsheetTool.Builder llmEndpointParams(AiLlmEndpointParamsGoogle llmEndpointParams)
public AiAgentSpreadsheetTool.Builder llmEndpointParams(AiLlmEndpointParamsAws llmEndpointParams)
public AiAgentSpreadsheetTool.Builder llmEndpointParams(AiLlmEndpointParamsIbm llmEndpointParams)
public AiAgentSpreadsheetTool.Builder llmEndpointParams(AiLlmEndpointParams llmEndpointParams)
public AiAgentSpreadsheetTool build()