From 914b440a500b45371a4e428ff8d3d3534361ab83 Mon Sep 17 00:00:00 2001 From: Nick Bobrowski <39348559+bonk1t@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:49:21 +0000 Subject: [PATCH] Update the notebook --- notebooks/os_models_with_astra_assistants_api.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/os_models_with_astra_assistants_api.ipynb b/notebooks/os_models_with_astra_assistants_api.ipynb index f3ff337f..cf7e4bb2 100644 --- a/notebooks/os_models_with_astra_assistants_api.ipynb +++ b/notebooks/os_models_with_astra_assistants_api.ipynb @@ -376,7 +376,7 @@ "\n", " return original_user_message, history + [[user_message, None]]\n", "\n", - " def bot(original_message, history):\n", + " def bot(original_message, history, dropdown):\n", " nonlocal message_file_ids\n", " nonlocal message_file_names\n", " nonlocal recipient_agent\n",