Spaces:
Sleeping
Sleeping
Commit ·
a3cf3cf
1
Parent(s): 3d9e13b
Modify the agent message
Browse files
agents/messaging_agent.py
CHANGED
|
@@ -54,7 +54,7 @@ class MessagingAgent(Agent):
|
|
| 54 |
text += opportunity.deal.product_description[:10] + "..."
|
| 55 |
text += opportunity.deal.url
|
| 56 |
self.push(text)
|
| 57 |
-
self.log("Messaging Agent has completed!")
|
| 58 |
|
| 59 |
|
| 60 |
def craft_message(
|
|
|
|
| 54 |
text += opportunity.deal.product_description[:10] + "..."
|
| 55 |
text += opportunity.deal.url
|
| 56 |
self.push(text)
|
| 57 |
+
self.log("Messaging Agent has completed sending a push notification!")
|
| 58 |
|
| 59 |
|
| 60 |
def craft_message(
|