mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-25 22:16:49 +08:00
fix: use underscore prefix for unused parameter
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
parent
3a828ccf3e
commit
91a40e6d08
@ -3,8 +3,7 @@ import { LLMClient, LLMClientConfig } from '../../../utils/llm-client';
|
||||
export class MockLLMClient implements LLMClient {
|
||||
constructor(private mockResponse: string = '{"queries": ["test query"]}') {}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-params
|
||||
getGenerativeModel(config: LLMClientConfig) {
|
||||
getGenerativeModel(_: LLMClientConfig) {
|
||||
return {
|
||||
generateContent: async () => ({
|
||||
response: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user