Skip to content

Commit 5670430

Browse files
AWSChrisrlhagerm
andauthored
Update python/example_code/bedrock-agent/flows/flow-conversation.py
Co-authored-by: Rachel Hagerman <[email protected]>
1 parent e347884 commit 5670430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example_code/bedrock-agent/flows/flow-conversation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def invoke_flow(client, flow_id, flow_alias_id, input_data, execution_id):
6363
input_required = None
6464
flow_status = ""
6565

66-
# Process the streaming response
66+
# Process the streaming response.
6767
for event in response['responseStream']:
6868

6969
# Check if flow is complete.

0 commit comments

Comments
 (0)