Values_0.FlowModuleSourceA list of Flow Modules an AI Agent can invoke as a tool
type nonrec t = {type_ : FlowModuleType.t option;Only Type we support is MCP.
*)flowModuleId : FlowModuleId.t option;If of Flow Modules invocable as tool
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FlowModuleId.t ]) list ]