We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391c1b9 commit cdf4c19Copy full SHA for cdf4c19
tutorials/aries-basic-controller/notebooks/alice/Part 9 - Action Menu.ipynb
@@ -144,7 +144,7 @@
144
}
145
],
146
"source": [
147
- "await agent_controller.action_menu.request_active_menu(connection_id)"
+ "await agent_controller.action_menu.request_menu(connection_id)"
148
]
149
},
150
{
@@ -170,7 +170,7 @@
170
"outputs": [],
171
172
"# retrieve the menu options sent from Bob\n",
173
- "menu = await agent_controller.action_menu.get_active_menu(connection_id)"
+ "menu = await agent_controller.action_menu.get_menu(connection_id)"
174
175
176
0 commit comments