Updates for async chat format (#71)

This commit is contained in:
Brian Hackett
2025-03-18 19:18:12 -07:00
committed by GitHub
parent bd9d13ca5e
commit c503fd244e
18 changed files with 146 additions and 702 deletions

View File

@@ -1,5 +1,4 @@
import React, { useState } from 'react';
import type { Message } from 'ai';
import { toast } from 'react-toastify';
import { createChatFromFolder } from '~/utils/folderImport';
import { logStore } from '~/lib/stores/logs';
@@ -7,6 +6,7 @@ import { assert } from '~/lib/replay/ReplayProtocolClient';
import type { BoltProblem } from '~/lib/replay/Problems';
import { getProblem } from '~/lib/replay/Problems';
import { createRepositoryImported } from '~/lib/replay/Repository';
import type { Message } from '~/lib/persistence/message';
interface LoadProblemButtonProps {
className?: string;