@oscloudlab/vgen-agent-assistant 0.0.5 → 0.0.6
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.
|
@@ -25601,6 +25601,9 @@ function sseForChat(config, events) {
|
|
|
25601
25601
|
break;
|
|
25602
25602
|
}
|
|
25603
25603
|
}
|
|
25604
|
+
console.log("config.url", config.url);
|
|
25605
|
+
console.log("API_PREFIX_MAP", API_PREFIX_MAP);
|
|
25606
|
+
console.log("baseUrl", baseUrl);
|
|
25604
25607
|
let fullUrl = `${baseUrl}${config.url}`;
|
|
25605
25608
|
const token2 = localStorage.getItem(TOKEN);
|
|
25606
25609
|
const tokenStr = getTokenFromCookie();
|
|
@@ -59478,7 +59481,7 @@ const MessageContent = (props) => {
|
|
|
59478
59481
|
"div",
|
|
59479
59482
|
{
|
|
59480
59483
|
className: cn(
|
|
59481
|
-
"w-full
|
|
59484
|
+
"w-full p-4 rounded-[24px] text-[13px] leading-relaxed shadow-sm",
|
|
59482
59485
|
msg.role === "user" ? "bg-blue-600 text-white rounded-tr-none" : "bg-white text-gray-800 border border-gray-100 rounded-tl-none"
|
|
59483
59486
|
),
|
|
59484
59487
|
children: [
|
|
Binary file
|