1 2 3 4 5 6 7 8 9 10 11 12
//! Assistant app catalog tile. use crate::apps::define_register_apps; define_register_apps! { plugin: LlmAssistantTag; key: "p_llm_assistant"; name: "Assistant"; href: "/llm-assistant/history"; icon: "sparkles"; roles: ["superuser", "admin"]; }