minor change

This commit is contained in:
Jicheng Lu 2024-07-17 13:32:16 -05:00
parent adfdefa98a
commit 37f2a91612

View file

@ -18,7 +18,7 @@
},
"is_need_attachments": {
"type": "boolean",
"description": "If the user request to send email with attachemnts, then this value should be true. Otherwise, this value should be false."
"description": "If the user request to send email with attachemnt(s), then this value should be true. Otherwise, this value should be false."
}
},
"required": [ "to_address", "email_content", "subject", "is_need_attachments" ]