diff --git a/lollms/server/endpoints/lollms_function_calls.py b/lollms/server/endpoints/lollms_function_calls.py index 5fef086..790b286 100644 --- a/lollms/server/endpoints/lollms_function_calls.py +++ b/lollms/server/endpoints/lollms_function_calls.py @@ -97,6 +97,7 @@ async def list_function_calls(): } function_calls.append(function_info) except Exception as e: + trace_exception(e) ASCIIColors.error(f"Error loading function {fn_dir.name}: {e}") # Process the main functions zoo