File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
swift/example_code/swift-sdk/http-config Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ python -m pip install -r requirements.txt
38
38
39
39
Code examples that show you how to perform the essential operations within a service.
40
40
41
- - [ Learn the basics] ( ../bedrock-agent/ flows/flow-conversation.py)
41
+ - [ Learn the basics] ( flows/flow-conversation.py )
42
42
43
43
44
44
### Single actions
@@ -79,7 +79,7 @@ This example shows you how to use InvokeFlow to converse with an Amazon Bedrock
79
79
Start the example by running the following at a command prompt:
80
80
81
81
```
82
- python ../bedrock-agent/ flows/flow-conversation.py
82
+ python flows/flow-conversation.py
83
83
```
84
84
85
85
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- # snippet-start:[python.example_code.bedrock-agent-runtime .flow_conversation.complete]
4
+ # snippet-start:[python.example_code.bedrock-agent.flow_conversation.complete]
5
5
6
6
7
7
"""
@@ -179,4 +179,4 @@ def main():
179
179
if __name__ == "__main__" :
180
180
main ()
181
181
182
- # snippet-end:[python.example_code.bedrock-agent-runtime .flow_conversation.complete]
182
+ # snippet-end:[python.example_code.bedrock-agent.flow_conversation.complete]
Original file line number Diff line number Diff line change 5
5
// (swift-tools-version has two lines here because it needs to be the first
6
6
// line in the file, but it should also appear in the snippet below)
7
7
//
8
- // snippet-start:[swift.cognito-identity-provider .scenario.package]
8
+ // snippet-start:[swift.httpconfig .scenario.package]
9
9
// swift-tools-version: 5.9
10
10
//
11
11
// The swift-tools-version declares the minimum version of Swift required to
@@ -44,4 +44,4 @@ let package = Package(
44
44
45
45
]
46
46
)
47
- // snippet-end:[swift.cognito-identity-provider .scenario.package]
47
+ // snippet-end:[swift.httpconfig .scenario.package]
You can’t perform that action at this time.
0 commit comments