fix: clamp xAI live gateway thinking

This commit is contained in:
Peter Steinberger
2026-05-06 05:30:22 +01:00
parent afc2c2e207
commit e9987ffc3a
4 changed files with 266 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
import type { ProviderThinkingProfile } from "openclaw/plugin-sdk/plugin-entry";
export function resolveThinkingProfile(): ProviderThinkingProfile {
return { levels: [{ id: "off" }], defaultLevel: "off" };
}