+
+
+
+
+
+
+
+
+
+
+
+
{{ t('assistant', 'Reasoning content') }}
+
+
+
+
+ :aria-label="t('assistant', 'Information sources & actions')"
+ :title="t('assistant', 'Information sources & actions')">
-
+
+
+
+
diff --git a/src/components/icons/aliases.js b/src/components/icons/aliases.js
new file mode 100644
index 000000000..1325fc768
--- /dev/null
+++ b/src/components/icons/aliases.js
@@ -0,0 +1,11 @@
+/**
+ * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+import ToolInformationIcon from 'vue-material-design-icons/InformationBox.vue'
+import ReasoningContentIcon from 'vue-material-design-icons/ThoughtBubbleOutline.vue'
+
+export {
+ ToolInformationIcon,
+ ReasoningContentIcon,
+}