mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +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:
parent
bd9be90bbd
commit
4e9ac7de2d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user