You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/blog/tanstack-ai-why-we-split-the-adapters.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
---
2
-
title: 'Why We Split the Adapters'
2
+
title: 'TanStack AI: Why We Split the Adapters'
3
3
published: 2026-01-02
4
4
authors:
5
5
- Alem Tuzlak
6
6
---
7
7
8
+

9
+
8
10
With the latest release we brought a major architectural change to how we do adapters. Instead of one monolithic adapter that does everything, we split into smaller adapters. Each in charge of a single functionality.
0 commit comments