Skip to content

Commit d0cb7f9

Browse files
committed
ran writeme
1 parent 4e1f5ce commit d0cb7f9

File tree

1 file changed

+14
-14
lines changed
  • python/example_code/bedrock-agent-runtime

1 file changed

+14
-14
lines changed

python/example_code/bedrock-agent-runtime/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ python -m pip install -r requirements.txt
3434
<!--custom.prerequisites.start-->
3535
<!--custom.prerequisites.end-->
3636

37-
### Single actions
37+
### Basics
3838

39-
Code excerpts that show you how to call individual service functions.
39+
Code examples that show you how to perform the essential operations within a service.
4040

41-
- [InvokeAgent](bedrock_agent_runtime_wrapper.py#L33)
41+
- [Learn the basics](flows/flow-conversation.py)
4242

43-
### Scenarios
4443

45-
Code examples that show you how to accomplish a specific task by calling multiple
46-
functions within the same service.
44+
### Single actions
4745

48-
- [](flows/flow-conversation.py)
46+
Code excerpts that show you how to call individual service functions.
47+
48+
- [InvokeAgent](bedrock_agent_runtime_wrapper.py#L33)
4949

5050

5151
<!--custom.examples.start-->
@@ -60,14 +60,13 @@ functions within the same service.
6060
<!--custom.instructions.end-->
6161

6262

63+
#### Learn the basics
6364

64-
####
65+
This example shows you how to uses InvokeFlow to converse with an Amazon Bedrock flow that includes an agent node.
6566

66-
This example shows you how to Uses InvokeFlow to converse with an Amazon Bedrock flow that includes an agent node.
6767

68-
69-
<!--custom.scenario_prereqs.bedrock-agent-runtime_Scenario_ConverseWithFlow.start-->
70-
<!--custom.scenario_prereqs.bedrock-agent-runtime_Scenario_ConverseWithFlow.end-->
68+
<!--custom.basic_prereqs.bedrock-agent-runtime_Scenario_ConverseWithFlow.start-->
69+
<!--custom.basic_prereqs.bedrock-agent-runtime_Scenario_ConverseWithFlow.end-->
7170

7271
Start the example by running the following at a command prompt:
7372

@@ -76,8 +75,9 @@ python flows/flow-conversation.py
7675
```
7776

7877

79-
<!--custom.scenarios.bedrock-agent-runtime_Scenario_ConverseWithFlow.start-->
80-
<!--custom.scenarios.bedrock-agent-runtime_Scenario_ConverseWithFlow.end-->
78+
<!--custom.basics.bedrock-agent-runtime_Scenario_ConverseWithFlow.start-->
79+
<!--custom.basics.bedrock-agent-runtime_Scenario_ConverseWithFlow.end-->
80+
8181

8282
### Tests
8383

0 commit comments

Comments
 (0)