ResendTools enable an Agent to send emails using Resend
The following example requires the resend
library and an API key from Resend.
The following agent will send an email using Resend
Parameter | Type | Default | Description |
---|---|---|---|
api_key | str | - | API key for authentication purposes. |
from_email | str | - | The email address used as the sender in email communications. |
Function | Description |
---|---|
send_email | Send an email using the Resend API. |