Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,6 +135,7 @@ class CalendarService:
|
|
| 135 |
response = agent.chat(
|
| 136 |
f"Create a Calendar Wrapped summary for user with entity_id: {entity_id}. "
|
| 137 |
"Use the available Google Calendar actions to gather real data about the user's calendar usage."
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
return APIResponse(
|
|
|
|
| 135 |
response = agent.chat(
|
| 136 |
f"Create a Calendar Wrapped summary for user with entity_id: {entity_id}. "
|
| 137 |
"Use the available Google Calendar actions to gather real data about the user's calendar usage."
|
| 138 |
+
"calendar id is primary"
|
| 139 |
)
|
| 140 |
|
| 141 |
return APIResponse(
|