@reverbia/sdk 1.0.0-next.20260109180912 → 1.0.0-next.20260109181949
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/expo/index.cjs +2 -1
- package/dist/expo/index.mjs +2 -1
- package/dist/react/index.cjs +2 -1
- package/dist/react/index.mjs +2 -1
- package/package.json +1 -1
package/dist/expo/index.cjs
CHANGED
|
@@ -3891,7 +3891,8 @@ function useMemoryStorage(options) {
|
|
|
3891
3891
|
content: [{ type: "text", text: m.content }]
|
|
3892
3892
|
}))
|
|
3893
3893
|
],
|
|
3894
|
-
model: model || completionsModel
|
|
3894
|
+
model: model || completionsModel,
|
|
3895
|
+
tool_choice: "none"
|
|
3895
3896
|
},
|
|
3896
3897
|
headers: {
|
|
3897
3898
|
Authorization: `Bearer ${token}`
|
package/dist/expo/index.mjs
CHANGED
|
@@ -3855,7 +3855,8 @@ function useMemoryStorage(options) {
|
|
|
3855
3855
|
content: [{ type: "text", text: m.content }]
|
|
3856
3856
|
}))
|
|
3857
3857
|
],
|
|
3858
|
-
model: model || completionsModel
|
|
3858
|
+
model: model || completionsModel,
|
|
3859
|
+
tool_choice: "none"
|
|
3859
3860
|
},
|
|
3860
3861
|
headers: {
|
|
3861
3862
|
Authorization: `Bearer ${token}`
|
package/dist/react/index.cjs
CHANGED
|
@@ -4517,7 +4517,8 @@ function useMemoryStorage(options) {
|
|
|
4517
4517
|
content: [{ type: "text", text: m.content }]
|
|
4518
4518
|
}))
|
|
4519
4519
|
],
|
|
4520
|
-
model: model || completionsModel
|
|
4520
|
+
model: model || completionsModel,
|
|
4521
|
+
tool_choice: "none"
|
|
4521
4522
|
},
|
|
4522
4523
|
headers: {
|
|
4523
4524
|
Authorization: `Bearer ${token}`
|
package/dist/react/index.mjs
CHANGED
|
@@ -4395,7 +4395,8 @@ function useMemoryStorage(options) {
|
|
|
4395
4395
|
content: [{ type: "text", text: m.content }]
|
|
4396
4396
|
}))
|
|
4397
4397
|
],
|
|
4398
|
-
model: model || completionsModel
|
|
4398
|
+
model: model || completionsModel,
|
|
4399
|
+
tool_choice: "none"
|
|
4399
4400
|
},
|
|
4400
4401
|
headers: {
|
|
4401
4402
|
Authorization: `Bearer ${token}`
|