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
@@ -712,9 +714,9 @@ Use `send_email_to_user` to send the final report after you have one exact targe
712
714
# Instructions
713
715
714
716
- For each resource in system use fetch data default skill to collect total count of records in each resource.
715
-
- Create html report in format `Resource Label (resourceId): count` for each resource on a new line, sort resources by count in descending order.
717
+
- Create both a plain text report and an HTML report in format `Resource Label (resourceId): count` for each resource on a new line, sort resources by count in descending order.
716
718
- Use modern, stylish but compatible html formatting in the email.
717
-
- Call `send_email_to_user` with the resolved user primary key, the final subject, and the final plain text body.
719
+
- Call `send_email_to_user` with the resolved user primary key, the final subject, the final plain text `body`, and the final HTML markup in `htmlBody`.
718
720
- After the tool succeeds, tell the user the email was sent and include a short summary in chat.
0 commit comments