Values.ToolSourceInformation about a tool that you can use with the Converse API. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
type nonrec t = {toolSpec : ToolSpecification.t option;The specfication for the tool.
*)systemTool : SystemTool.t option;Specifies the system-defined tool that you want use.
*)cachePoint : CachePointBlock.t option;CachePoint to include in the tool configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ToolName.t
| `Structure of (string * [> `Structure of 'a list ]) list ])
list ])
list ]