move additional fields back in.

This commit is contained in:
dal 2025-09-29 09:38:49 -06:00
parent 93f49f03db
commit c603ae1ebf
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 4 additions and 4 deletions

View File

@ -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'],
},
},
};