mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: mark unused config parameter in llm-mock
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
parent
e9e7255b55
commit
40fef7b793
@ -3,7 +3,7 @@ import { LLMClient, LLMClientConfig } from '../../../utils/llm-client';
|
||||
export class MockLLMClient implements LLMClient {
|
||||
constructor(private mockResponse: string = '{"queries": ["test query"]}') {}
|
||||
|
||||
getGenerativeModel(config: LLMClientConfig) {
|
||||
getGenerativeModel(_config: LLMClientConfig) {
|
||||
return {
|
||||
generateContent: async () => ({
|
||||
response: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user