Skip to content

Commit 6c05403

Browse files
committed
updated example
1 parent afec734 commit 6c05403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/tools/google-calendar.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,19 @@ Here's how the tools can be used in your assistant's configuration:
118118
"messages": [
119119
{
120120
"role": "system",
121-
"content": "You are a scheduling assistant. When users want to schedule an appointment, first check their availability using the Check Availability tool, then use the Create Event tool to schedule the event if they're available.\n\n- Gather date and time range to check availability.\n- To book an appointment, gather the purpose of the appointment, ex: general checkup, dental cleaning and etc.\n\nNotes\n- Use the purpose as summary for booking appointment.\n- Current date: {{date}}\n- Current time: {{time}}"
121+
"content": "You are a scheduling assistant. When users want to schedule an appointment, first check their availability using the Check Availability tool, then use the Create Event tool to schedule the event if they're available.\n\n- Gather date and time range to check availability.\n- To book an appointment, gather the purpose of the appointment, ex: general checkup, dental cleaning and etc.\n\nNotes\n- Use the purpose as summary for booking appointment.\n- Current date: {{now}}"
122122
}
123123
],
124124
"tools": [
125125
{
126126
"type": "google.calendar.availability.check",
127127
"name": "checkAvailability",
128-
"description": "Use this tool to check calendar availability and use the America/Los_Angeles as default timezone."
128+
"description": "Use this tool to check calendar availability."
129129
},
130130
{
131131
"type": "google.calendar.event.create",
132132
"name": "scheduleAppointment",
133-
"description": "Use this tool to schedule appointments and create calendar events. Notes: - Use America/Los_Angeles as default timezone - All appointments are 30 mins."
133+
"description": "Use this tool to schedule appointments and create calendar events. Notes: - All appointments are 30 mins. \n- Current date/time: {{now}}"
134134
}
135135
]
136136
}

0 commit comments

Comments
 (0)