mirror of https://github.com/buster-so/buster.git
commit
362955e1b3
|
@ -55,19 +55,11 @@ export const DEFAULT_ANTHROPIC_OPTIONS: AnthropicProviderOptions = {
|
||||||
},
|
},
|
||||||
anthropic: {
|
anthropic: {
|
||||||
cacheControl: { type: 'ephemeral' },
|
cacheControl: { type: 'ephemeral' },
|
||||||
thinking: {
|
|
||||||
type: 'enabled',
|
|
||||||
budgetTokens: 10000, // Set desired tokens for reasoning
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
bedrock: {
|
bedrock: {
|
||||||
cachePoint: { type: 'default' },
|
cachePoint: { type: 'default' },
|
||||||
additionalModelRequestFields: {
|
additionalModelRequestFields: {
|
||||||
anthropic_beta: ['fine-grained-tool-streaming-2025-05-14'],
|
anthropic_beta: ['fine-grained-tool-streaming-2025-05-14'],
|
||||||
reasoning_config: {
|
|
||||||
type: 'enabled',
|
|
||||||
budget_tokens: 10000, // Adjust as needed
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue