Skip to content

Commit ab04792

Browse files
Victor ThuillierVictor Thuillier
authored andcommitted
Fix BedrockRuntime InvokeModel documentation example
1 parent 6698c3a commit ab04792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/clients/bedrock-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ package: async-aws/bedrock-runtime
1010
### InvokeModel
1111

1212
```php
13-
use AsyncAws\BedrockRuntime\BedrockClient;
13+
use AsyncAws\BedrockRuntime\BedrockRuntimeClient;
1414
use AsyncAws\BedrockRuntime\Input\InvokeModelRequest;
1515

16-
$bedrockRuntime = new AsyncAws\BedrockRuntime\BedrockClient();
16+
$bedrockRuntime = new BedrockRuntimeClient();
1717

1818
$body = [
1919
'anthropic_version' => 'bedrock-2023-05-31',

0 commit comments

Comments
 (0)