Values.FlowConditionSourceDefines a condition in the condition node.
type nonrec t = {name : FlowConditionName.t;A name for the condition that you can reference.
*)expression : FlowConditionExpression.t option;Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.
*)}