ToolArguments
class ToolArguments
The collection of arguments that specify the operation to perform and its parameters when invoking a tool in Amazon Bedrock. Different tools require different arguments, and this structure provides a flexible way to pass the appropriate arguments to each tool type.
Types
Properties
Link copied to clipboard
Whether to clear the context for the tool.
Link copied to clipboard
The content for the tool operation.
Link copied to clipboard
The directory path for the tool operation.
Link copied to clipboard
The programming language of the code to execute. This tells the code interpreter which language runtime to use for execution. Common values include 'python', 'javascript', and 'r'.