BroBro87 commited on
Commit
992d741
·
verified ·
1 Parent(s): 96595f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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(