@@ -44,29 +44,34 @@ Code excerpts that show you how to call individual service functions.
4444- [ CreateFlow] ( flows/flow.py#L18 )
4545- [ CreateFlowAlias] ( flows/flow_alias.py#L15 )
4646- [ CreateFlowVersion] ( flows/flow_version.py#L18 )
47+ - [ CreateKnowledgeBase] ( knowledge_bases/knowledge_base.py#L30 )
4748- [ CreatePrompt] ( prompts/prompt.py#L18 )
4849- [ CreatePromptVersion] ( prompts/prompt.py#L84 )
4950- [ DeleteAgent] ( bedrock_agent_wrapper.py#L118 )
5051- [ DeleteAgentAlias] ( bedrock_agent_wrapper.py#L139 )
5152- [ DeleteFlow] ( flows/flow.py#L155 )
5253- [ DeleteFlowAlias] ( flows/flow_alias.py#L98 )
5354- [ DeleteFlowVersion] ( flows/flow_version.py#L91 )
55+ - [ DeleteKnowledgeBase] ( knowledge_bases/knowledge_base.py#L169 )
5456- [ DeletePrompt] ( prompts/prompt.py#L159 )
5557- [ GetAgent] ( bedrock_agent_wrapper.py#L161 )
5658- [ GetFlow] ( flows/flow.py#L192 )
5759- [ GetFlowVersion] ( flows/flow_version.py#L54 )
60+ - [ GetKnowledgeBase] ( knowledge_bases/knowledge_base.py#L90 )
5861- [ GetPrompt] ( prompts/prompt.py#L124 )
5962- [ ListAgentActionGroups] ( bedrock_agent_wrapper.py#L208 )
6063- [ ListAgentKnowledgeBases] ( bedrock_agent_wrapper.py#L237 )
6164- [ ListAgents] ( bedrock_agent_wrapper.py#L185 )
6265- [ ListFlowAliases] ( flows/flow_alias.py#L132 )
6366- [ ListFlowVersions] ( flows/flow_version.py#L128 )
6467- [ ListFlows] ( flows/flow.py#L229 )
68+ - [ ListKnowledgeBases] ( knowledge_bases/knowledge_base.py#L199 )
6569- [ ListPrompts] ( prompts/prompt.py#L191 )
6670- [ PrepareAgent] ( bedrock_agent_wrapper.py#L266 )
6771- [ PrepareFlow] ( flows/flow.py#L58 )
6872- [ UpdateFlow] ( flows/flow.py#L112 )
6973- [ UpdateFlowAlias] ( flows/flow_alias.py#L55 )
74+ - [ UpdateKnowledgeBase] ( knowledge_bases/knowledge_base.py#L120 )
7075
7176### Scenarios
7277
@@ -102,6 +107,11 @@ This example shows you how to do the following:
102107- Delete all created resources.
103108
104109<!-- custom.scenario_prereqs.bedrock-agent_GettingStartedWithBedrockFlows.start-->
110+
111+ The flow includes a prompt node that generates a playlist for a chosen genre
112+ and number of songs. The example creates the nodes and permissions
113+ for the flow.
114+
105115<!-- custom.scenario_prereqs.bedrock-agent_GettingStartedWithBedrockFlows.end-->
106116
107117Start the example by running the following at a command prompt:
0 commit comments