@pagelines/sdk 1.0.475 → 1.0.477
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/AgentProvider.vue_vue_type_script_setup_true_lang.js +48 -46
- package/dist/AgentProvider.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js +4 -4
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/index.js +172 -163
- package/dist/index.js.map +1 -1
- package/dist/sdk.css +1 -1
- package/package.json +1 -1
|
@@ -2380,12 +2380,12 @@ const ii = { class: "@container/chat flex flex-col h-full relative" }, ai = {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
}
|
|
2382
2382
|
p(Ye, "sendMessage");
|
|
2383
|
-
function Ct(_) {
|
|
2384
|
-
Re.value || (c.value = _, Ye());
|
|
2383
|
+
async function Ct(_) {
|
|
2384
|
+
Re.value || (c.value = _, await Ye());
|
|
2385
2385
|
}
|
|
2386
2386
|
p(Ct, "sendStarterPrompt");
|
|
2387
|
-
function pt(_) {
|
|
2388
|
-
_.key === "Enter" && !_.shiftKey && (_.preventDefault(), Ye());
|
|
2387
|
+
async function pt(_) {
|
|
2388
|
+
_.key === "Enter" && !_.shiftKey && (_.preventDefault(), await Ye());
|
|
2389
2389
|
}
|
|
2390
2390
|
p(pt, "handleKeydown");
|
|
2391
2391
|
function dt() {
|