variable getHistoryimport { getHistory } from "https://deno.land/x/shellgpt@0.4.1/lib/data.ts"; Get the history of chats Examples[{ name: '2021-01-01_12-00-00', time: Date }, { name: '2021-01-01_12-00-00', time: Date }] type(descending?: boolean) => Promise<{ name: string; snippet?: string; time: Date; }[]>