mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
fix: clamp xAI live gateway thinking
This commit is contained in:
5
extensions/xai/provider-policy-api.ts
Normal file
5
extensions/xai/provider-policy-api.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ProviderThinkingProfile } from "openclaw/plugin-sdk/plugin-entry";
|
||||
|
||||
export function resolveThinkingProfile(): ProviderThinkingProfile {
|
||||
return { levels: [{ id: "off" }], defaultLevel: "off" };
|
||||
}
|
||||
Reference in New Issue
Block a user