From 6cbf1b57471d760927d7d9fb338d181110a7b256 Mon Sep 17 00:00:00 2001 From: Anthony Bernabeu <64135631+brnaba-aws@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:01:01 +0100 Subject: [PATCH] fixed typo --- examples/bedrock-flows/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/bedrock-flows/readme.md b/examples/bedrock-flows/readme.md index cb29a569..726ba907 100644 --- a/examples/bedrock-flows/readme.md +++ b/examples/bedrock-flows/readme.md @@ -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)