File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,15 @@ bedrock-runtime_Converse_AnthropicClaude:
262
262
- description : Send a text message to Anthropic Claude, using Bedrock's Converse API.
263
263
snippet_tags :
264
264
- BedrockRuntime.dotnetv3.Converse_AnthropicClaude
265
+ Go :
266
+ versions :
267
+ - sdk_version : 2
268
+ github : gov2/bedrock-runtime
269
+ excerpts :
270
+ - description : Send a text message to Anthropic Claude, using Bedrock's Converse API.
271
+ snippet_tags :
272
+ - gov2.bedrock-runtime.Converse.struct
273
+ - gov2.bedrock-runtime.ConverseClaude
265
274
Python :
266
275
versions :
267
276
- sdk_version : 3
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ functions within the same service.
54
54
55
55
### Anthropic Claude
56
56
57
+ - [ Converse] ( actions/converse.go#L7 )
57
58
- [ InvokeModel] ( actions/invoke_model.go#L7 )
58
59
- [ InvokeModelWithResponseStream] ( actions/invoke_model_with_response_stream.go#L30 )
59
60
You can’t perform that action at this time.
0 commit comments