|
|
@@ -1,5 +1,5 @@
|
|
|
import { ref, reactive, computed, onUnmounted } from 'vue'
|
|
|
-import type { PreviewChatMessage, DialogueAPI, SessionConfig, DialogueReport } from '@/types/englishSpeaking'
|
|
|
+import type { PreviewChatMessage, DialogueAPI, DialogueReport } from '@/types/englishSpeaking'
|
|
|
import { createDialogueApi, DialogueApiError } from '../services/llmService'
|
|
|
|
|
|
export function useDialogueEngine(mode: 'preview' | 'real' = 'preview') {
|