Values.FunctionSourceDefines parameters that the agent needs to invoke from the user to complete the function. Corresponds to 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 = {name : Name.t;A name for the function.
*)description : FunctionDescription.t option;A description of the function and its purpose.
*)parameters : ParameterMap.t option;The parameters that the agent elicits from the user to fulfill the function.
*)requireConfirmation : RequireConfirmation.t option;Contains information if user confirmation is required to invoke the function.
*)}