We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5670430 commit 5486d4fCopy full SHA for 5486d4f
python/example_code/bedrock-agent/test/test_playlist_flow.py
@@ -15,7 +15,7 @@ def test_playlist_flow(file):
15
# Simulate user input - each string represents one input() call
16
# If you're using the docs at https://docs.aws.amazon.com/bedrock/latest/userguide/flows-multi-turn-invocation.html,
17
# "Create a playlist\n 3\n pop, castles\n" should work with Antropic Haiku.
18
- test_input = "pop\n3\n\y"
+ test_input = "pop\n3\ny"
19
20
result = subprocess.run(
21
[sys.executable, file],
0 commit comments