| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ToolConfiguration |
ToolConfiguration.clone() |
ToolConfiguration |
ConverseRequest.getToolConfig()
Configuration information for the tools that the model can use when generating a response.
|
ToolConfiguration |
ToolConfiguration.withToolChoice(ToolChoice toolChoice)
If supported by model, forces the model to request a tool.
|
ToolConfiguration |
ToolConfiguration.withTools(Collection<Tool> tools)
An array of tools that you want to pass to a model.
|
ToolConfiguration |
ToolConfiguration.withTools(Tool... tools)
An array of tools that you want to pass to a model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConverseRequest.setToolConfig(ToolConfiguration toolConfig)
Configuration information for the tools that the model can use when generating a response.
|
ConverseRequest |
ConverseRequest.withToolConfig(ToolConfiguration toolConfig)
Configuration information for the tools that the model can use when generating a response.
|
Copyright © 2024. All rights reserved.