@ai-sdk/vue
Advanced tools
Comparing version 0.0.50 to 0.0.51
@@ -158,6 +158,3 @@ "use strict"; | ||
}, | ||
onFinish(message, options2) { | ||
mutate([...chatRequest.messages, message]); | ||
onFinish == null ? void 0 : onFinish(message, options2); | ||
}, | ||
onFinish, | ||
restoreMessagesOnFailure() { | ||
@@ -164,0 +161,0 @@ if (!keepLastMessageOnError) { |
# @ai-sdk/vue | ||
## 0.0.51 | ||
### Patch Changes | ||
- d3933e0: fix (ui/vue): keep intermediate assistant messages | ||
## 0.0.50 | ||
@@ -4,0 +10,0 @@ |
@@ -158,6 +158,3 @@ "use strict"; | ||
}, | ||
onFinish(message, options2) { | ||
mutate([...chatRequest.messages, message]); | ||
onFinish == null ? void 0 : onFinish(message, options2); | ||
}, | ||
onFinish, | ||
restoreMessagesOnFailure() { | ||
@@ -164,0 +161,0 @@ if (!keepLastMessageOnError) { |
{ | ||
"name": "@ai-sdk/vue", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -1,4 +0,4 @@ | ||
# Vercel AI SDK: Vue.js provider | ||
# AI SDK: Vue.js provider | ||
[Vue.js](https://vuejs.org/) UI components for the [Vercel AI SDK](https://sdk.vercel.ai/docs): | ||
[Vue.js](https://vuejs.org/) UI components for the [AI SDK](https://sdk.vercel.ai/docs): | ||
@@ -5,0 +5,0 @@ - [`useChat`](https://sdk.vercel.ai/docs/reference/ai-sdk-ui/use-chat) composable |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145916
1870