Class: Aws::BedrockRuntime::Types::ToolResultBlock

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

Overview

A tool result block that contains the results for a tool request that the model previously made.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentArray<Types::ToolResultContentBlock>

The content for tool result content block.

Returns:



2145
2146
2147
2148
2149
2150
2151
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2145

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

#statusString

The status for the tool result content block.

<note markdown=“1”> This field is only supported Anthropic Claude 3 models.

</note>

Returns:

  • (String)


2145
2146
2147
2148
2149
2150
2151
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2145

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

#tool_use_idString

The ID of the tool request that this is the result for.

Returns:

  • (String)


2145
2146
2147
2148
2149
2150
2151
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2145

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