You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cline_docs/bedrock/bedrock-cache-strategy-documentation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Cache Strategy Documentation
2
2
3
-
This document provides an overview of the cache strategy implementation for AWS Bedrock in the Roo-Code project, including class relationships and sequence diagrams.
3
+
This document provides an overview of the cache strategy implementation for Amazon Bedrock in the Roo-Code project, including class relationships and sequence diagrams.
Note over Bedrock: Generate conversationId to track cache points
@@ -143,7 +143,7 @@ sequenceDiagram
143
143
144
144
### Cache Strategy
145
145
146
-
The cache strategy system is designed to optimize the placement of cache points in AWS Bedrock API requests. Cache points allow the service to reuse previously processed parts of the prompt, reducing token usage and improving response times.
146
+
The cache strategy system is designed to optimize the placement of cache points in Amazon Bedrock API requests. Cache points allow the service to reuse previously processed parts of the prompt, reducing token usage and improving response times.
147
147
148
148
-**MultiPointStrategy**: Upon first MR of Bedrock caching, this strategy is used for all cache point placement scenarios. It distributes cache points throughout the conversation to maximize caching efficiency, whether the model supports one or multiple cache points.
149
149
@@ -180,14 +180,14 @@ The simplified approach ensures that:
180
180
181
181
The examples in this document reflect this optimized implementation.
182
182
183
-
### Integration with AWS Bedrock
183
+
### Integration with Amazon Bedrock
184
184
185
185
The AwsBedrockHandler class integrates with the cache strategies by:
186
186
187
187
1. Determining if the model supports prompt caching
188
188
2. Creating the appropriate strategy based on model capabilities
189
189
3. Applying the strategy to format messages with optimal cache points
190
-
4. Sending the formatted request to AWS Bedrock
190
+
4. Sending the formatted request to Amazon Bedrock
Copy file name to clipboardExpand all lines: cline_docs/bedrock/model-identification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bedrock Model Identification
2
2
3
-
This document explains how model information is identified and managed in the AWS Bedrock provider implementation (`bedrock.ts`). It focuses on the sequence of operations that determine the `costModelConfig` property, which is crucial for token counting, pricing, and other features.
3
+
This document explains how model information is identified and managed in the Amazon Bedrock provider implementation (`bedrock.ts`). It focuses on the sequence of operations that determine the `costModelConfig` property, which is crucial for token counting, pricing, and other features.
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/ca/settings.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@
101
101
"searchPlaceholder": "Cerca perfils",
102
102
"noMatchFound": "No s'han trobat perfils coincidents",
103
103
"vscodeLmDescription": "L'API del model de llenguatge de VS Code us permet executar models proporcionats per altres extensions de VS Code (incloent-hi, però no limitat a, GitHub Copilot). La manera més senzilla de començar és instal·lar les extensions Copilot i Copilot Chat des del VS Code Marketplace.",
104
-
"awsCustomArnUse": "Introduïu un ARN vàlid d'AWS Bedrock per al model que voleu utilitzar. Exemples de format:",
104
+
"awsCustomArnUse": "Introduïu un ARN vàlid d'Amazon Bedrock per al model que voleu utilitzar. Exemples de format:",
105
105
"awsCustomArnDesc": "Assegureu-vos que la regió a l'ARN coincideix amb la regió d'AWS seleccionada anteriorment.",
106
106
"apiKeyStorageNotice": "Les claus API s'emmagatzemen de forma segura a l'Emmagatzematge Secret de VSCode",
107
107
"useCustomBaseUrl": "Utilitzar URL base personalitzada",
@@ -403,7 +403,7 @@
403
403
},
404
404
"validation": {
405
405
"apiKey": "Heu de proporcionar una clau API vàlida.",
406
-
"awsRegion": "Heu de triar una regió per utilitzar AWS Bedrock.",
406
+
"awsRegion": "Heu de triar una regió per utilitzar Amazon Bedrock.",
407
407
"googleCloud": "Heu de proporcionar un ID de projecte i regió de Google Cloud vàlids.",
408
408
"modelId": "Heu de proporcionar un ID de model vàlid.",
409
409
"modelSelector": "Heu de proporcionar un selector de model vàlid.",
0 commit comments