File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ python -m pip install -r requirements.txt
3838
3939Code examples that show you how to perform the essential operations within a service.
4040
41- - [ Learn the basics] ( ../bedrock-agent/ flows/flow-conversation.py)
41+ - [ Learn the basics] ( flows/flow-conversation.py )
4242
4343
4444### Single actions
@@ -79,7 +79,7 @@ This example shows you how to use InvokeFlow to converse with an Amazon Bedrock
7979Start the example by running the following at a command prompt:
8080
8181```
82- python ../bedrock-agent/ flows/flow-conversation.py
82+ python flows/flow-conversation.py
8383```
8484
8585
Original file line number Diff line number Diff line change 11# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4- # snippet-start:[python.example_code.bedrock-agent-runtime .flow_conversation.complete]
4+ # snippet-start:[python.example_code.bedrock-agent.flow_conversation.complete]
55
66
77"""
@@ -179,4 +179,4 @@ def main():
179179if __name__ == "__main__" :
180180 main ()
181181
182- # snippet-end:[python.example_code.bedrock-agent-runtime .flow_conversation.complete]
182+ # snippet-end:[python.example_code.bedrock-agent.flow_conversation.complete]
You can’t perform that action at this time.
0 commit comments