@aiscene/core 8.1.0 → 8.1.2
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/es/agent/utils.mjs +1 -1
- package/dist/es/utils.mjs +2 -2
- package/dist/lib/agent/utils.js +1 -1
- package/dist/lib/utils.js +2 -2
- package/package.json +1 -1
package/dist/lib/agent/utils.js
CHANGED
|
@@ -187,7 +187,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
187
187
|
return;
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
const getMidsceneVersion = ()=>"8.
|
|
190
|
+
const getMidsceneVersion = ()=>"8.1.2";
|
|
191
191
|
const parsePrompt = (prompt)=>{
|
|
192
192
|
if ('string' == typeof prompt) return {
|
|
193
193
|
textPrompt: prompt,
|