Skip to content

Commit 56da4e6

Browse files
committed
feat: implement Mistral text adapter with enhanced streaming and error handling
1 parent a87d242 commit 56da4e6

14 files changed

Lines changed: 520 additions & 287 deletions

File tree

packages/typescript/ai-mistral/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
".": {
1717
"types": "./dist/esm/index.d.ts",
1818
"import": "./dist/esm/index.js"
19+
},
20+
"./adapters/text": {
21+
"types": "./dist/esm/adapters/text.d.ts",
22+
"import": "./dist/esm/adapters/text.js"
1923
}
2024
},
2125
"files": [

0 commit comments

Comments
 (0)