lifeosToolbarItemsWithAI function
Toolbar items WITH AI actions for the floating toolbar.
Implementation
List<ToolbarItem> lifeosToolbarItemsWithAI(AIProvider ai) => [
paragraphItem,
...headingItems,
...lifeosFormatItems,
..._aiToolbarItems(ai),
];