mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 18:42:25 +00:00
fix(bedrock): guard Mantle thinking options
This commit is contained in:
@@ -148,7 +148,7 @@ export function createMantleAnthropicStreamFn(deps?: {
|
||||
base.maxTokens || 0,
|
||||
model.maxTokens,
|
||||
reasoning,
|
||||
options.thinkingBudgets,
|
||||
options?.thinkingBudgets,
|
||||
);
|
||||
return streamFn(model as Model<"anthropic-messages">, context, {
|
||||
...base,
|
||||
|
||||
Reference in New Issue
Block a user