* Forward this email message to a verified destination address of the account. * @param rcptTo Verified destination address. * @param headers A [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers). * @returns A promise that resolves when the email message is forw
(rcptTo: string, headers?: Headers)
| 9635 | */ |
| 9636 | content: string; |
| 9637 | /** |
| 9638 | * Internal reasoning content (if available) |
| 9639 | */ |
| 9640 | reasoning_content?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected