Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws committed Dec 2, 2024
1 parent a61f938 commit 6cbf1b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/bedrock-flows/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## BedrockFlowsAgent examples
## BedrockFlowsAgent example
This example, in Python and Typescript, show how to integrate your Bedrock Flows into the multi-agent orchestrator.

This is the flow we used for our testing.

### tech-agent-flow

In this flow we connected an input node to a prompt node and the output of the prompt is connec to an output node.
In this flow we connected an input node to a prompt node and the output of the prompt is connected to an output node.


![tech-agent-flow](./tech-agent-flow.png)
Expand Down

0 comments on commit 6cbf1b5

Please sign in to comment.