Class: Aws::BedrockRuntime::Types::ToolUseBlockDelta

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

The delta for a tool use block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The input for a requested tool.

Returns:

  • (String)


4696
4697
4698
4699
4700
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4696

class ToolUseBlockDelta < Struct.new(
  :input)
  SENSITIVE = []
  include Aws::Structure
end