File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0
4+
5+ ### Breaking Changes
6+
7+ - ** Vercel AI SDK v5 support** - This version requires ` @ai-sdk/provider ` v2.0.0 and ` @ai-sdk/provider-utils ` v3.0.1
8+ - Previous versions of Vercel AI SDK (v4) are no longer supported
9+ - Updated ` ai ` dev dependency to v5.0.0
10+
11+ ### Changes
12+
13+ - Refactored ` langtail-language-model.ts ` for AI SDK v5 compatibility
14+ - Updated ` convert-to-openai-chat-messages.ts ` for new message format
15+ - Updated ` map-langtail-finish-reason.ts ` for v5 finish reasons
16+ - Updated ` openai-prepare-tools.ts ` for v5 tool format
17+ - Removed deprecated ` map-openai-chat-logprobs.ts `
18+ - Added comprehensive test coverage for language model and message conversion
19+
320## 0.16.8
421
522- Add GoogleGeminiV1 to ReasoningFormat and update related tests
Original file line number Diff line number Diff line change 11{
22 "name" : " langtail" ,
3- "version" : " 0.16.8 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " " ,
55 "main" : " ./Langtail.js" ,
66 "packageManager" : " pnpm@8.15.6" ,
You can’t perform that action at this time.
0 commit comments