Class: Aws::BedrockRuntime::Types::ToolResultBlockStart

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

Overview

The start of a tool result block. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the tool result block.

Returns:

  • (String)


4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4178

class ToolResultBlockStart < Struct.new(
  :tool_use_id,
  :type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#tool_use_idString

The ID of the tool that was used to generate this tool result block.

Returns:

  • (String)


4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4178

class ToolResultBlockStart < Struct.new(
  :tool_use_id,
  :type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type for the tool that was used to generate this tool result block.

Returns:

  • (String)


4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4178

class ToolResultBlockStart < Struct.new(
  :tool_use_id,
  :type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end