fix(gmail): remove contaminated Sanity actions
loading diff…
apps/gmail/tool.pyPR #18336 introduced cross-app contamination from the BugBotFix app-name issue, adding Sanity actions under apps/gmail/. A ClickHouse check of app_db.tool_execution_logs showed attempts for GMAIL_CREATE_PROMPT_POST and GMAIL_UPDATE_USER_ATTRIBUTES_VALUES, but 0 successful executions for both actions.
rg -n "CreatePromptPost|UpdateUserAttributesValues|create_prompt_post|sanity_update_user_attributes_values|GMAIL_CREATE_PROMPT_POST|GMAIL_UPDATE_USER_ATTRIBUTES_VALUES" apps/gmail returns no matchespython3 -m py_compile apps/gmail/tool.pygit diff --check