* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that resolves when the email message is replied.
(message: EmailMessage)
| 9641 | /** |
| 9642 | * Tool calls made by the assistant |
| 9643 | */ |
| 9644 | tool_calls?: { |
| 9645 | /** |
| 9646 | * Unique identifier for the tool call |
nothing calls this directly
no outgoing calls
no test coverage detected