mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(email): accept **kwargs in send_document to handle metadata param
This commit is contained in:
parent
9eb543cafe
commit
c0df4a0a7f
1 changed files with 1 additions and 0 deletions
|
|
@ -545,6 +545,7 @@ class EmailAdapter(BasePlatformAdapter):
|
|||
caption: Optional[str] = None,
|
||||
file_name: Optional[str] = None,
|
||||
reply_to: Optional[str] = None,
|
||||
**kwargs,
|
||||
) -> SendResult:
|
||||
"""Send a file as an email attachment."""
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue