Commit 2c4f10a
committed
refactor: delete orphaned per-provider caching transform files
Delete 4 source files and 4 test files from src/api/transform/caching/:
- anthropic.ts + anthropic.spec.ts
- gemini.ts + gemini.spec.ts
- vertex.ts + vertex.spec.ts
- vercel-ai-gateway.ts + vercel-ai-gateway.spec.ts
These addCacheBreakpoints() functions are orphaned dead code — zero
provider files import them. Cache breakpoint placement has moved to
inline providerOptions in each provider's createMessage() method
(e.g. { anthropic: { cacheControl: { type: 'ephemeral' } } }).1 parent 097f648 commit 2c4f10a
File tree
8 files changed
+0
-1025
lines changed- src/api/transform/caching
- __tests__
8 files changed
+0
-1025
lines changedThis file was deleted.
0 commit comments