Spaces:
Runtime error
Runtime error
chnage
Browse files
app/tools/email_writing_agent_tools.py
CHANGED
|
@@ -33,7 +33,7 @@ def create_gmail_draft(to: str, subject: str, body: str):
|
|
| 33 |
})
|
| 34 |
|
| 35 |
draft_id=reply.split(":")[1].strip()
|
| 36 |
-
return f"Successfully created draft : <id>{draft_id}</id> <subject>{subject}</subject> <body>{body}</body>"
|
| 37 |
|
| 38 |
else:
|
| 39 |
# Get the feedback from the user response
|
|
|
|
| 33 |
})
|
| 34 |
|
| 35 |
draft_id=reply.split(":")[1].strip()
|
| 36 |
+
return f"Successfully created draft : <id>{draft_id}</id> <subject>{subject}</subject> <body>{body}</body> take user permission before submitting"
|
| 37 |
|
| 38 |
else:
|
| 39 |
# Get the feedback from the user response
|