Values.ToolSourceContains configurations for a tool that a model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.
type nonrec t = {toolSpec : ToolSpecification.t option;The specification for the tool.
*)cachePoint : CachePointBlock.t option;Creates a cache checkpoint within a tool designation
*)}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 ]