We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407adab commit 4bb466bCopy full SHA for 4bb466b
packages/slackBotFunction/tests/test_query_reformulator.py
@@ -8,7 +8,7 @@
8
"os.environ",
9
{
10
"AWS_REGION": "eu-west-2",
11
- "QUERY_REFORMULATION_PROMPT_ARN": "arn:aws:bedrock:eu-west-2:123456789012:prompt/test-prompt",
+ "QUERY_REFORMULATION_MODEL_ID": "anthropic.claude-3-haiku-20240307-v1:0",
12
},
13
)
14
def test_reformulate_query_success(mock_boto_client):
@@ -34,7 +34,7 @@ def test_reformulate_query_success(mock_boto_client):
34
35
36
37
38
39
40
def test_reformulate_query_fallback_on_error(mock_boto_client):
0 commit comments