mirror of https://github.com/buster-so/buster.git
move additional fields back in.
This commit is contained in:
parent
93f49f03db
commit
c603ae1ebf
|
@ -10,10 +10,10 @@ export const DEFAULT_ANTHROPIC_OPTIONS = {
|
|||
cacheControl: { type: 'ephemeral' },
|
||||
},
|
||||
bedrock: {
|
||||
cachePoint: { type: 'default' }
|
||||
},
|
||||
additionalModelRequestFields: {
|
||||
anthropic_beta: ['fine-grained-tool-streaming-2025-05-14'],
|
||||
cachePoint: { type: 'default' },
|
||||
additionalModelRequestFields: {
|
||||
anthropic_beta: ['fine-grained-tool-streaming-2025-05-14'],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue