diff --git a/blueprints/function_calling_blueprint.py b/blueprints/function_calling_blueprint.py index f4739b0..ad6a386 100644 --- a/blueprints/function_calling_blueprint.py +++ b/blueprints/function_calling_blueprint.py @@ -137,6 +137,8 @@ And answer according to the language of the user's question.""", # Return the updated messages return messages + return messages + def run_completion(self, system_prompt: str, content: str) -> dict: r = None try: