@ynhcj/xiaoyi-channel 0.0.96-next → 0.0.97-next
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/src/provider.js
CHANGED
|
@@ -438,6 +438,7 @@ export const xiaoyiProvider = {
|
|
|
438
438
|
* since the default agent timeout is 48 hours).
|
|
439
439
|
*/
|
|
440
440
|
wrapStreamFn: (ctx) => {
|
|
441
|
+
console.log("[xiaoyiprovider] wrapStreamFn CALLED — provider resolved by openclaw");
|
|
441
442
|
const underlying = ctx.streamFn;
|
|
442
443
|
if (!underlying)
|
|
443
444
|
return underlying;
|
package/openclaw.plugin.json
CHANGED