Values.ToolOverrideInputValueSourceAn input value override for tools.
type nonrec t = {jsonPath : NonEmptyString.t;The JSON path for the input value override.
*)value : ToolOverrideInputValueConfiguration.t;The override input value.
*)}val make :
jsonPath:NonEmptyString.t ->
value:ToolOverrideInputValueConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of NonEmptySensitiveString.t ])
list ])
list ])
list ]