Skip to content

Commit cdf4c19

Browse files
committed
Fix method calls
1 parent 391c1b9 commit cdf4c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/aries-basic-controller/notebooks/alice/Part 9 - Action Menu.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
}
145145
],
146146
"source": [
147-
"await agent_controller.action_menu.request_active_menu(connection_id)"
147+
"await agent_controller.action_menu.request_menu(connection_id)"
148148
]
149149
},
150150
{
@@ -170,7 +170,7 @@
170170
"outputs": [],
171171
"source": [
172172
"# retrieve the menu options sent from Bob\n",
173-
"menu = await agent_controller.action_menu.get_active_menu(connection_id)"
173+
"menu = await agent_controller.action_menu.get_menu(connection_id)"
174174
]
175175
},
176176
{

0 commit comments

Comments
 (0)