Skip to content

Commit cb41dc0

Browse files
[8.14] [Security solution] Correct model description from Claude 2 to Claude 3 Sonnet (#182500) (#182532)
# Backport This will backport the following commits from `main` to `8.14`: - [[Security solution] Correct model description from Claude 2 to Claude 3 Sonnet (#182500)](#182500) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Steph Milovic","email":"stephanie.milovic@elastic.co"},"sourceCommit":{"committedDate":"2024-05-02T22:09:00Z","message":"[Security solution] Correct model description from Claude 2 to Claude 3 Sonnet (#182500)","sha":"c04a7aab3797e5cf3076c61bf24d445096599296","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team: SecuritySolution","v8.14.0","v8.15.0"],"title":"[Security solution] Correct model description from Claude 2 to Claude 3 Sonnet","number":182500,"url":"https://github.com/elastic/kibana/pull/182500","mergeCommit":{"message":"[Security solution] Correct model description from Claude 2 to Claude 3 Sonnet (#182500)","sha":"c04a7aab3797e5cf3076c61bf24d445096599296"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/182500","number":182500,"mergeCommit":{"message":"[Security solution] Correct model description from Claude 2 to Claude 3 Sonnet (#182500)","sha":"c04a7aab3797e5cf3076c61bf24d445096599296"}}]}] BACKPORT--> Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
1 parent 9d8d6d8 commit cb41dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/stack_connectors/public/connector_types/bedrock

x-pack/plugins/stack_connectors/public/connector_types/bedrock/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const bedrockConfig: ConfigFieldSchema[] = [
5454
label: i18n.DEFAULT_MODEL_LABEL,
5555
helpText: (
5656
<FormattedMessage
57-
defaultMessage='Current support is for the Anthropic Claude models. The model can be set on a per request basis by including a "model" parameter alongside the request body. If no model is provided, the fallback will be the default model - Claude 2. For more information, refer to the {bedrockAPIModelDocs}.'
57+
defaultMessage='Current support is for the Anthropic Claude models. The model can be set on a per request basis by including a "model" parameter alongside the request body. If no model is provided, the fallback will be the default model - Claude 3 Sonnet. For more information, refer to the {bedrockAPIModelDocs}.'
5858
id="xpack.stackConnectors.components.bedrock.bedrockDocumentationModel"
5959
values={{
6060
bedrockAPIModelDocs: (

0 commit comments

Comments
 (0)