lifeosToolbarItemsWithAI function

List<ToolbarItem> lifeosToolbarItemsWithAI(
  1. AIProvider ai
)

Toolbar items WITH AI actions for the floating toolbar.

Implementation

List<ToolbarItem> lifeosToolbarItemsWithAI(AIProvider ai) => [
      paragraphItem,
      ...headingItems,
      ...lifeosFormatItems,
      ..._aiToolbarItems(ai),
    ];