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 2d159f5 commit f3e76b3Copy full SHA for f3e76b3
src/Service/BedrockRuntime/tests/Unit/Input/InvokeModelRequestTest.php
@@ -22,7 +22,7 @@ public function testRequest(): void
22
23
// see https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html
24
$expected = '
25
- POST / HTTP/1.0
+ POST /model/us.anthropic.claude-3-7-sonnet-20250219-v1%3A0/invoke HTTP/1.0
26
Content-Type: application/json
27
Accept: application/json
28
X-Amzn-Bedrock-GuardrailIdentifier: arn:aws:bedrock:eu-west-1:965624758642:guardrail/azertyuiopqs
0 commit comments