- AI fetches events on-demand via callbacks for better efficiency - Add conflict detection with warning display when proposing overlapping events - Improve event search and display in chat interface - Load full chat history for display while limiting AI context
5 lines
183 B
TypeScript
5 lines
183 B
TypeScript
import { formatDate, formatTime, formatDateTime } from "@calchat/shared";
|
|
|
|
// Re-export from shared package for use in toolExecutor
|
|
export { formatDate, formatTime, formatDateTime };
|