diff --git a/litellm/litellm_core_utils/prompt_templates/factory.py b/litellm/litellm_core_utils/prompt_templates/factory.py index 2f3ffb3b89..7be6988d65 100644 --- a/litellm/litellm_core_utils/prompt_templates/factory.py +++ b/litellm/litellm_core_utils/prompt_templates/factory.py @@ -3716,8 +3716,7 @@ def function_call_prompt(messages: list, functions: list): else: message["content"].append({ "type": "text", - "text": f""" {function_prompt}""", - "cache_control": {"type": "ephemeral"} + "text": f""" {function_prompt}""" }) function_added_to_prompt = True