Values.ToolResultBlockStartSourceThe start of a tool result block. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
type nonrec t = {toolUseId : ToolUseId.t option;The ID of the tool that was used to generate this tool result block.
*)type_ : String_.t option;The type for the tool that was used to generate this tool result block.
*)status : ToolResultStatus.t option;The status of the tool result block.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ToolUseId.t ]) list ]