From 8939b9b045344c252d707f339cd9cbb202ecf4e9 Mon Sep 17 00:00:00 2001 From: Taylor Wilsdon Date: Mon, 28 Jul 2025 11:53:33 -0400 Subject: [PATCH] Update core/api_enablement.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- core/api_enablement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api_enablement.py b/core/api_enablement.py index 2887b1e..638188f 100644 --- a/core/api_enablement.py +++ b/core/api_enablement.py @@ -92,7 +92,7 @@ def get_api_enablement_message(error_details: str, service_type: Optional[str] = f"{f' ({project_id})' if project_id else ''}.\n\n" f"Enable it here: {enable_link}\n\n" f"After enabling, wait a few moments for the change to propagate, then try again." - f"IMPORTANT - LLM: share the link provided as a clickable hyperlink and instruct the user to enable the required API" + f"IMPORTANT - LLM: share the link provided as a clickable hyperlink and instruct the user to enable the required API." ) return message