@@ -44,29 +44,34 @@ Code excerpts that show you how to call individual service functions.
44
44
- [ CreateFlow] ( flows/flow.py#L18 )
45
45
- [ CreateFlowAlias] ( flows/flow_alias.py#L15 )
46
46
- [ CreateFlowVersion] ( flows/flow_version.py#L18 )
47
+ - [ CreateKnowledgeBase] ( knowledge_bases/knowledge_base.py#L30 )
47
48
- [ CreatePrompt] ( prompts/prompt.py#L18 )
48
49
- [ CreatePromptVersion] ( prompts/prompt.py#L84 )
49
50
- [ DeleteAgent] ( bedrock_agent_wrapper.py#L118 )
50
51
- [ DeleteAgentAlias] ( bedrock_agent_wrapper.py#L139 )
51
52
- [ DeleteFlow] ( flows/flow.py#L155 )
52
53
- [ DeleteFlowAlias] ( flows/flow_alias.py#L98 )
53
54
- [ DeleteFlowVersion] ( flows/flow_version.py#L91 )
55
+ - [ DeleteKnowledgeBase] ( knowledge_bases/knowledge_base.py#L169 )
54
56
- [ DeletePrompt] ( prompts/prompt.py#L159 )
55
57
- [ GetAgent] ( bedrock_agent_wrapper.py#L161 )
56
58
- [ GetFlow] ( flows/flow.py#L192 )
57
59
- [ GetFlowVersion] ( flows/flow_version.py#L54 )
60
+ - [ GetKnowledgeBase] ( knowledge_bases/knowledge_base.py#L90 )
58
61
- [ GetPrompt] ( prompts/prompt.py#L124 )
59
62
- [ ListAgentActionGroups] ( bedrock_agent_wrapper.py#L208 )
60
63
- [ ListAgentKnowledgeBases] ( bedrock_agent_wrapper.py#L237 )
61
64
- [ ListAgents] ( bedrock_agent_wrapper.py#L185 )
62
65
- [ ListFlowAliases] ( flows/flow_alias.py#L132 )
63
66
- [ ListFlowVersions] ( flows/flow_version.py#L128 )
64
67
- [ ListFlows] ( flows/flow.py#L229 )
68
+ - [ ListKnowledgeBases] ( knowledge_bases/knowledge_base.py#L199 )
65
69
- [ ListPrompts] ( prompts/prompt.py#L191 )
66
70
- [ PrepareAgent] ( bedrock_agent_wrapper.py#L266 )
67
71
- [ PrepareFlow] ( flows/flow.py#L58 )
68
72
- [ UpdateFlow] ( flows/flow.py#L112 )
69
73
- [ UpdateFlowAlias] ( flows/flow_alias.py#L55 )
74
+ - [ UpdateKnowledgeBase] ( knowledge_bases/knowledge_base.py#L120 )
70
75
71
76
### Scenarios
72
77
@@ -102,6 +107,11 @@ This example shows you how to do the following:
102
107
- Delete all created resources.
103
108
104
109
<!-- 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
+
105
115
<!-- custom.scenario_prereqs.bedrock-agent_GettingStartedWithBedrockFlows.end-->
106
116
107
117
Start the example by running the following at a command prompt:
0 commit comments