File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
javascriptv3/example_code/bedrock-runtime Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ bedrock-runtime_Converse_AmazonNovaText:
107107 excerpts :
108108 - description : Send a text message to Amazon Nova, using Bedrock's Converse API.
109109 snippet_tags :
110- - javascript.v3.bedrock-runtime.Converse_AmazonTitanText
110+ - javascript.v3.bedrock-runtime.Converse_AmazonNovaText
111111 .NET :
112112 versions :
113113 - sdk_version : 3
@@ -438,7 +438,7 @@ bedrock-runtime_ConverseStream_AmazonNovaText:
438438 excerpts :
439439 - description : Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.
440440 snippet_tags :
441- - javascript.v3.bedrock-runtime.Converse_Mistral
441+ - javascript.v3.bedrock-runtime.ConverseStream_AmazonNovaText
442442 .NET :
443443 versions :
444444 - sdk_version : 3
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ functions within the same service.
5252
5353### Amazon Nova
5454
55- - [ Converse] ( models/amazonTitanText /converse.js#L4 )
56- - [ ConverseStream] ( models/mistral/converse .js#L4 )
55+ - [ Converse] ( models/amazonNovaText /converse.js#L4 )
56+ - [ ConverseStream] ( models/amazonNovaText/converseStream .js#L4 )
5757
5858### Amazon Nova Canvas
5959
You can’t perform that action at this time.
0 commit comments