- {[
- { name: 'list_trips', desc: 'List your trips so the AI can discover trip IDs' },
- { name: 'get_trip_summary', desc: 'Read a trip overview needed to use any other tool' },
- ].map(({ name, desc }) => (
-
+ {[
+ { name: 'list_trips', desc: 'List your trips so the AI can discover trip IDs' },
+ { name: 'get_trip_summary', desc: 'Read a trip overview needed to use any other tool' },
+ ].map(({ name, desc }) => (
+
+ 👁️
+
+
{name}
+
{desc}
+
+
+ ))}
+
-
+
-
)
-}
+}
\ No newline at end of file
diff --git a/client/src/pages/TripPlannerPage.tsx b/client/src/pages/TripPlannerPage.tsx
index bb9a1eab..94e41de7 100644
--- a/client/src/pages/TripPlannerPage.tsx
+++ b/client/src/pages/TripPlannerPage.tsx
@@ -1174,7 +1174,7 @@ export default function TripPlannerPage(): React.ReactElement | null {
)}
{activeTab === 'dateien' && (
-