Values.ToolUseBlockStartSourceThe start of a tool use 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 for the tool request.
*)name : ToolName.t option;The name of the tool that the model is requesting to use.
*)type_ : ToolUseType.t option;The type for the tool request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ToolUseId.t ]) list ]