@ynhcj/xiaoyi-channel 0.0.177-next → 0.0.178-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.
@@ -420,7 +420,7 @@ export const xiaoyiProvider = {
420
420
  api: ctx.providerConfig?.api ?? "openai-completions",
421
421
  provider: "xiaoyiprovider",
422
422
  baseUrl,
423
- reasoning: false,
423
+ reasoning: true,
424
424
  input: ["text"],
425
425
  cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
426
426
  contextWindow: 256_000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.177-next",
3
+ "version": "0.0.178-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",