Values.FunctionSchemaSourceDefines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group. This data type is used in the following API operations: CreateAgentActionGroup request CreateAgentActionGroup response UpdateAgentActionGroup request UpdateAgentActionGroup response GetAgentActionGroup response
type nonrec t = {functions : Functions.t option;A list of functions that each define an action in the action group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of Name.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ParameterDescription.t ])
list ])
list
| `String of Name.t ])
list ]
list ])
list ]