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