mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: remove type-only imports to allow instanceof checks
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { GoogleAIWrapper, LocalLLMClient } from '../utils/llm-client';
|
||||
import { GoogleAIWrapper, LocalLLMClient } from '../utils/llm-client';
|
||||
|
||||
describe('LLM Client', () => {
|
||||
const originalEnv = process.env;
|
||||
|
||||
Reference in New Issue
Block a user