feat: enhance OneDrive file creation by converting markdown to DOCX format and updating client to handle byte content

This commit is contained in:
Anish Sarkar 2026-03-29 05:02:08 +05:30
parent dc034a98eb
commit 8035eb9749
3 changed files with 50 additions and 6 deletions

View file

@ -877,6 +877,8 @@ async def _stream_agent_events(
"delete_linear_issue",
"create_google_drive_file",
"delete_google_drive_file",
"create_onedrive_file",
"delete_onedrive_file",
"create_gmail_draft",
"update_gmail_draft",
"send_gmail_email",