You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redaction_prompt="""Redacting PII from the output helps protect sensitive information from being inadvertently shared or exposed. This is crucial for maintaining privacy, complying with data protection regulations, and furthering the company's security posture.
1362
1361
1363
-
Ensure result block(s) have all the PII (Personally Identifiable Information) stricken out from them and replaced with x's.
1362
+
Ensure result block(s) have all the PII (Personally Identifiable Information) stricken out from them and replaced with x’s.
1364
1363
1365
1364
**Example:**
1366
1365
@@ -2144,8 +2143,8 @@ def main():
2144
2143
f"\n\nUSER-DEFINED VARIABLE NAMES: The user has specified the following environment variable "
2145
2144
f"NAMES that you MUST prioritize using in the document where appropriate: {var_names_list}. "
2146
2145
f"When you need to define an environment variable for a concept (e.g., resource group name, location), "
2147
-
f"if a user-provided name seems relevant for that concept, use the user's variable name. "
2148
-
f"For example, if the user provides 'MY_RG' and the document needs a resource group name, use 'MY_RG' "
2146
+
f"if a user-provided name seems relevant for that concept, use the user's variable name. For example, "
2147
+
f"if the user provides 'MY_RG' and the document needs a resource group name, use 'MY_RG' "
2149
2148
f"instead of a default like 'RESOURCE_GROUP_NAME'. You are still responsible for generating the "
2150
2149
f"'export' statements and appropriate values (e.g., export MY_RG=\\\"my-resource-group$RANDOM_SUFFIX\\\" "
2151
2150
f"or export MY_LOCATION=\\\"eastus2\\\"). The primary goal is to use the user's *names*."
0 commit comments