ToolResultBlockStart¶
Structure Class¶
ToolResultBlockStart
dataclass
¶
The start of a tool result block. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
Attributes¶
status
class-attribute
instance-attribute
¶
status: ToolResultStatus | None = None
The status of the tool result block.
tool_use_id
instance-attribute
¶
tool_use_id: str
The ID of the tool that was used to generate this tool result block.
type
class-attribute
instance-attribute
¶
type: str | None = None
The type for the tool that was used to generate this tool result block.