Class: Aws::BedrockRuntime::Types::ToolResultBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ToolResultBlock
- Defined in:
- gems/aws-sdk-bedrockruntime/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
-
#content ⇒ Array<Types::ToolResultContentBlock>
The content for tool result content block.
-
#status ⇒ String
The status for the tool result content block.
-
#tool_use_id ⇒ String
The ID of the tool request that this is the result for.
Instance Attribute Details
#content ⇒ Array<Types::ToolResultContentBlock>
The content for tool result content block.
2212 2213 2214 2215 2216 2217 2218 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2212 class ToolResultBlock < Struct.new( :tool_use_id, :content, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for the tool result content block.
2212 2213 2214 2215 2216 2217 2218 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2212 class ToolResultBlock < Struct.new( :tool_use_id, :content, :status) SENSITIVE = [] include Aws::Structure end |
#tool_use_id ⇒ String
The ID of the tool request that this is the result for.
2212 2213 2214 2215 2216 2217 2218 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2212 class ToolResultBlock < Struct.new( :tool_use_id, :content, :status) SENSITIVE = [] include Aws::Structure end |