Values.ToolConfigurationSourceConfiguration information for the tools that the model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.
type nonrec t = {tools : ToolConfigurationToolsList.t;An array of tools to pass to a model.
*)toolChoice : ToolChoice.t option;Defines which tools the model should request when invoked.
*)}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 ]