Values.QPluginCardSourceA card in an Q App that integrates with a third-party plugin or service.
type nonrec t = {id : UUID.t option;The unique identifier of the plugin card.
*)title : Title.t option;The title or label of the plugin card.
*)dependencies : DependencyList.t option;Any dependencies or requirements for the plugin card.
*)type_ : CardType.t option;The type of the card.
*)prompt : Prompt.t option;The prompt or instructions displayed for the plugin card.
*)pluginType : PluginType.t option;The type or category of the plugin used by the card.
*)pluginId : String_.t option;The unique identifier of the plugin used by the card.
*)actionIdentifier : ActionIdentifier.t option;The action identifier of the action to be performed by the plugin card.
*)}