John George
01/01/2025, 11:47 AMtypescript
return NextResponse.json({
results: [{
toolCallId,
result: {
availableSlots: localSlots,
timezone: availabilityArgs.timezone
}
}]
}, {
status: 200,
headers: { 'Content-Type': 'application/json' }
});