Values.ToolConfigurationSourceConfiguration information for the tools that you pass to a model. For more information, see Tool use (function calling) in the Amazon Bedrock User Guide.
type nonrec t = {tools : ToolConfigurationToolsList.t;An array of tools that you want to pass to a model.
*)toolChoice : ToolChoice.t option;If supported by model, forces the model to request a tool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `Structure of
(string
* [> `Structure of (string * [> `String of ToolName.t ]) list ])
list ])
list ]