Skip to content

Commit 7488e8d

Browse files
committed
ConverseStream
1 parent f85a0ce commit 7488e8d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.doc_gen/metadata/bedrock-runtime_metadata.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,14 @@ bedrock-runtime_ConverseStream_AmazonNovaText:
509509
- description: Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.
510510
snippet_tags:
511511
- python.example_code.bedrock-runtime.ConverseStream_AmazonNovaText
512+
Swift:
513+
versions:
514+
- sdk_version: 1
515+
github: swift/example_code/bedrock-runtime
516+
excerpts:
517+
- description: Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.
518+
snippet_tags:
519+
- swift.example_code.bedrock-runtime.ConverseStream_AmazonNovaText
512520
services:
513521
bedrock-runtime: {ConverseStream}
514522

swift/example_code/bedrock-runtime/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `swift
3131
### Amazon Nova
3232

3333
- [Converse](models/amazon-nova/amazon-nova-text/Sources/Converse/main.swift#L4)
34+
- [ConverseStream](models/amazon-nova/amazon-nova-text/Sources/ConverseStream/main.swift#L4)
3435

3536

3637
<!--custom.examples.start-->

0 commit comments

Comments
 (0)