ramanjitsingh1368 commited on
Commit
4eac4ee
·
1 Parent(s): c5b40ef

Update timezone description to emphasize explicit user confirmation of region

Browse files
Files changed (1) hide show
  1. src/utils/_openai_client.py +2 -2
src/utils/_openai_client.py CHANGED
@@ -41,7 +41,7 @@ _OPENAI_TOOLS = [
41
  },
42
  "timezone": {
43
  "type": "string",
44
- "description": "The timezone for the available slots. It must be a tz identifier like America/New_York, Asia/Kolkata, Cuba, etc.Note: We have regional calenders for APAC, EMEA, and North America. Please use the timezone accordingly.",
45
  },
46
  },
47
  "required": ["salesperson_meeting_id", "timezone"],
@@ -75,7 +75,7 @@ _OPENAI_TOOLS = [
75
  },
76
  "timezone": {
77
  "type": "string",
78
- "description": "The timezone for the available slots. It must be a tz identifier like America/New_York, Asia/Kolkata, Cuba, etc.Note: We have regional calenders for APAC, EMEA, and North America. Please use the timezone accordingly.",
79
  },
80
  "locale": {
81
  "type": "string",
 
41
  },
42
  "timezone": {
43
  "type": "string",
44
+ "description": "The timezone for the available slots. It must be a tz identifier like America/New_York, Asia/Kolkata, Cuba, etc.Note: We have regional calenders for APAC, EMEA, and North America. Please use the timezone accordingly. The region must be asked explicitly from the user and hence confirmed too.",
45
  },
46
  },
47
  "required": ["salesperson_meeting_id", "timezone"],
 
75
  },
76
  "timezone": {
77
  "type": "string",
78
+ "description": "The timezone for the available slots. It must be a tz identifier like America/New_York, Asia/Kolkata, Cuba, etc.Note: We have regional calenders for APAC, EMEA, and North America. Please use the timezone accordingly. The region must be asked explicitly from the user and hence confirmed too.",
79
  },
80
  "locale": {
81
  "type": "string",