Class: Aws::BedrockRuntime::Types::ToolResultBlockStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ToolResultBlockStart
- Includes:
- Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the tool result block.
-
#tool_use_id ⇒ String
The ID of the tool that was used to generate this tool result block.
-
#type ⇒ String
The type for the tool that was used to generate this tool result block.
Instance Attribute Details
#status ⇒ String
The status of the tool result block.
4251 4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4251 class ToolResultBlockStart < Struct.new( :tool_use_id, :type, :status) SENSITIVE = [] include Aws::Structure end |
#tool_use_id ⇒ String
The ID of the tool that was used to generate this tool result block.
4251 4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4251 class ToolResultBlockStart < Struct.new( :tool_use_id, :type, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the tool that was used to generate this tool result block.
4251 4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4251 class ToolResultBlockStart < Struct.new( :tool_use_id, :type, :status) SENSITIVE = [] include Aws::Structure end |