ToolConfiguration¶
Structure Class¶
ToolConfiguration
dataclass
¶
Configuration information for the tools that the model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.
Attributes¶
tool_choice
class-attribute
instance-attribute
¶
tool_choice: ToolChoice | None = field(repr=False, default=None)
Defines which tools the model should request when invoked.