| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
Tool |
Tool.clone() |
Tool |
Tool.withToolSpec(ToolSpecification toolSpec)
The specfication for the tool.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tool> |
ToolConfiguration.getTools()
An array of tools that you want to pass to a model.
|
| Modifier and Type | Method and Description |
|---|---|
ToolConfiguration |
ToolConfiguration.withTools(Tool... tools)
An array of tools that you want to pass to a model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolConfiguration.setTools(Collection<Tool> tools)
An array of tools that you want to pass to a model.
|
ToolConfiguration |
ToolConfiguration.withTools(Collection<Tool> tools)
An array of tools that you want to pass to a model.
|
Copyright © 2025. All rights reserved.