
> @node-llm/core@1.6.0 lint
> eslint .


/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/chat/Chat.ts
    9:10  warning  'Tool' is defined but never used          @typescript-eslint/no-unused-vars
  188:84  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  202:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  211:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  211:63  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  222:80  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  239:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  243:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  250:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  258:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  258:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  265:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  288:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  316:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  317:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  337:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  466:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  567:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  572:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  574:68  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/chat/ChatOptions.ts
   2:10  warning  'ToolDefinition' is defined but never used  @typescript-eslint/no-unused-vars
  14:28  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any
  15:32  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any
  16:30  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any
  16:43  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any
  18:15  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any
  24:27  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any
  30:34  warning  Unexpected any. Specify a different type    @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/chat/ChatResponse.ts
  72:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  75:14  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/chat/ChatStream.ts
   84:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  106:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  152:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  195:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  196:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  259:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/chat/Tool.ts
  18:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  20:20  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  26:73  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  31:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  46:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  46:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  52:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  73:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  77:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  78:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  86:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/chat/ToolHandler.ts
   5:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  12:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  13:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  21:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  22:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  23:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  24:20  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  24:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  31:7   error    Unnecessary try/catch wrapper             no-useless-catch
  43:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/config.ts
  154:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  166:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/errors/index.ts
  37:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  49:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  69:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  79:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  89:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/executor/Executor.ts
  11:20  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/llm.ts
    6:3   warning  'TranscriptionResponse' is defined but never used                          @typescript-eslint/no-unused-vars
    7:3   warning  'ModerationResponse' is defined but never used                             @typescript-eslint/no-unused-vars
    8:3   warning  'EmbeddingResponse' is defined but never used                              @typescript-eslint/no-unused-vars
  150:34  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
  396:38  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
  428:13  warning  'options' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/models/types.ts
  45:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/BaseProvider.ts
  32:23  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  41:27  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
  43:17  error    This generator function does not have 'yield'                              require-yield
  43:18  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  51:16  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  55:21  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  59:19  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  63:16  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/Provider.ts
  10:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  13:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  64:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  99:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/AnthropicProvider.ts
   7:3   warning  'ImageRequest' is defined but never used                                   @typescript-eslint/no-unused-vars
   8:3   warning  'ImageResponse' is defined but never used                                  @typescript-eslint/no-unused-vars
   9:3   warning  'ModerationRequest' is defined but never used                              @typescript-eslint/no-unused-vars
  10:3   warning  'ModerationResponse' is defined but never used                             @typescript-eslint/no-unused-vars
  11:3   warning  'TranscriptionRequest' is defined but never used                           @typescript-eslint/no-unused-vars
  12:3   warning  'TranscriptionResponse' is defined but never used                          @typescript-eslint/no-unused-vars
  13:3   warning  'EmbeddingRequest' is defined but never used                               @typescript-eslint/no-unused-vars
  14:3   warning  'EmbeddingResponse' is defined but never used                              @typescript-eslint/no-unused-vars
  70:32  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/Capabilities.ts
  64:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/Chat.ts
    1:37  warning  'Usage' is defined but never used                    @typescript-eslint/no-unused-vars
    3:3   warning  'AnthropicMessageRequest' is defined but never used  @typescript-eslint/no-unused-vars
    4:3   warning  'AnthropicMessage' is defined but never used         @typescript-eslint/no-unused-vars
    5:3   warning  'AnthropicContentBlock' is defined but never used    @typescript-eslint/no-unused-vars
   10:10  warning  'Message' is defined but never used                  @typescript-eslint/no-unused-vars
   11:10  warning  'ContentPart' is defined but never used              @typescript-eslint/no-unused-vars
   46:14  warning  '_model' is assigned a value but never used          @typescript-eslint/no-unused-vars
   47:17  warning  '_messages' is assigned a value but never used       @typescript-eslint/no-unused-vars
   48:14  warning  '_tools' is assigned a value but never used          @typescript-eslint/no-unused-vars
   49:20  warning  '_temp' is assigned a value but never used           @typescript-eslint/no-unused-vars
   50:19  warning  '_max' is assigned a value but never used            @typescript-eslint/no-unused-vars
   51:24  warning  '_format' is assigned a value but never used         @typescript-eslint/no-unused-vars
   52:16  warning  '_headers' is assigned a value but never used        @typescript-eslint/no-unused-vars
   57:17  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  118:22  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/Errors.ts
  12:13  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/Models.ts
   4:10  warning  'handleAnthropicError' is defined but never used  @typescript-eslint/no-unused-vars
  24:61  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  51:14  warning  '_error' is defined but never used                @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/Streaming.ts
  75:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/anthropic/types.ts
  16:11  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  27:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  33:11  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  34:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/deepseek/Capabilities.ts
  35:25  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  47:29  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  51:34  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  55:32  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  59:29  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/deepseek/Chat.ts
    2:10  warning  'Capabilities' is defined but never used      @typescript-eslint/no-unused-vars
   14:20  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
   38:7   warning  'headers' is assigned a value but never used  @typescript-eslint/no-unused-vars
   45:17  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
   68:15  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  119:53  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/deepseek/DeepSeekProvider.ts
  55:32  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/deepseek/Streaming.ts
  21:7   warning  'headers' is assigned a value but never used  @typescript-eslint/no-unused-vars
  28:17  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  41:42  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Capabilities.ts
   88:37  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  124:29  warning  'modelId' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  128:64  warning  'model' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Chat.ts
    1:37  warning  'Usage' is defined but never used                         @typescript-eslint/no-unused-vars
    2:10  warning  'GeminiGenerateContentRequest' is defined but never used  @typescript-eslint/no-unused-vars
   24:29  warning  Unexpected any. Specify a different type                  @typescript-eslint/no-explicit-any
   41:14  warning  '_model' is assigned a value but never used               @typescript-eslint/no-unused-vars
   42:17  warning  '_messages' is assigned a value but never used            @typescript-eslint/no-unused-vars
   43:14  warning  '_tools' is assigned a value but never used               @typescript-eslint/no-unused-vars
   44:20  warning  '_temp' is assigned a value but never used                @typescript-eslint/no-unused-vars
   45:19  warning  '_max' is assigned a value but never used                 @typescript-eslint/no-unused-vars
   46:24  warning  '_format' is assigned a value but never used              @typescript-eslint/no-unused-vars
   47:16  warning  '_headers' is assigned a value but never used             @typescript-eslint/no-unused-vars
   52:20  warning  Unexpected any. Specify a different type                  @typescript-eslint/no-explicit-any
  131:34  warning  Unexpected any. Specify a different type                  @typescript-eslint/no-explicit-any
  131:40  warning  Unexpected any. Specify a different type                  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Embeddings.ts
  19:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Errors.ts
  12:13  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/GeminiProvider.ts
  11:3   warning  'ModerationRequest' is defined but never used                              @typescript-eslint/no-unused-vars
  12:3   warning  'ModerationResponse' is defined but never used                             @typescript-eslint/no-unused-vars
  77:32  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Image.ts
  21:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Models.ts
   4:10  warning  'handleGeminiError' is defined but never used  @typescript-eslint/no-unused-vars
  22:65  warning  Unexpected any. Specify a different type       @typescript-eslint/no-explicit-any
  51:14  warning  '_error' is defined but never used             @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/Streaming.ts
   24:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   40:20  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   62:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  142:22  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars
  163:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  163:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/gemini/types.ts
   9:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  13:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  31:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  41:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/ollama/Models.ts
  3:10  warning  'ModelRegistry' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/ollama/OllamaProvider.ts
  43:32  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Capabilities.ts
  171:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Chat.ts
   1:37  warning  'Usage' is defined but never used                    @typescript-eslint/no-unused-vars
  37:20  warning  '_' is assigned a value but never used               @typescript-eslint/no-unused-vars
  40:7   warning  'headers' is assigned a value but never used         @typescript-eslint/no-unused-vars
  41:7   warning  'requestTimeout' is assigned a value but never used  @typescript-eslint/no-unused-vars
  48:17  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  95:35  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Embedding.ts
  30:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  71:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Errors.ts
  12:13  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Image.ts
  14:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Models.ts
  65:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  89:14  warning  '_error' is defined but never used        @typescript-eslint/no-unused-vars
  95:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  96:16  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/OpenAIProvider.ts
  81:32  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Streaming.ts
  37:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openai/Transcription.ts
   32:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   71:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  109:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  188:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  203:16  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openrouter/Capabilities.ts
  51:34  warning  'model' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  55:32  warning  'model' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  59:29  warning  'model' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/openrouter/Models.ts
  105:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/providers/utils.ts
  10:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/schema/Schema.ts
   5:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   5:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  15:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  28:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/schema/to-json-schema.ts
  4:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  4:70  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  4:92  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/streaming/Stream.ts
  1:10  warning  'ChatChunk' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/utils/FileLoader.ts
  101:16  warning  'error' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/utils/audio.ts
  47:14  warning  'e' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/utils/fetch.ts
  44:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/src/utils/logger.ts
   8:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  18:68  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  30:76  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/fake-streaming-provider.ts
  1:20  warning  'ChatChunk' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/helpers/vcr.ts
  19:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  49:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  50:19  warning  'key' is assigned a value but never used  @typescript-eslint/no-unused-vars
  63:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  88:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  97:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/chat/basic.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/chat/params.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/chat/tools.test.ts
   2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
   4:10  warning  'z' is defined but never used             @typescript-eslint/no-unused-vars
  40:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/chat/usage.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/discovery/models.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/multimodal/vision.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/anthropic/schema.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  8:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/chat/basic.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/chat/json.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/chat/params.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/chat/reasoning.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/chat/tools.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/chat/usage.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/discovery/models.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/embeddings/basic.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/images/generate.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/multimodal/vision.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/deepseek/safety/moderation.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/chat/basic.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/chat/params.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/chat/tools.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/chat/usage.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/discovery/models.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/embeddings/create.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/images/generate.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/multimodal/vision.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/gemini/schema.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  8:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/ollama/chat/basic.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  6:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/chat/basic.test.ts
  2:19  warning  'createLLM' is defined but never used     @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/chat/json.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/chat/params.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/chat/tools.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/chat/usage.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/discovery/models.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/embeddings/create.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/images/generate.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/manual_schema.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/multimodal/vision.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/safety/moderation.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openai/schema.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  8:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openrouter/chat/basic.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openrouter/chat/tools.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openrouter/discovery/models.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openrouter/embeddings/create.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/integration/openrouter/multimodal/vision.test.ts
  2:10  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/Tool.test.ts
  36:5   error    Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  49:37  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  66:5   error    Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/chat.test.ts
  25:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  33:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  38:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/chat_events.test.ts
  37:22  warning  '_chunk' is assigned a value but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/chat_tools.test.ts
   34:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   49:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   61:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   73:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   87:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  100:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/fatal_errors.test.ts
  12:14  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  40:74  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
  60:73  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
  82:77  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/headers.test.ts
  10:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  35:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/hook_flow_control.test.ts
   12:14  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
   44:31  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
   76:28  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
  104:28  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/hooks.test.ts
   4:10  warning  'Message' is defined but never used     @typescript-eslint/no-unused-vars
  41:24  warning  '_' is assigned a value but never used  @typescript-eslint/no-unused-vars
  77:24  warning  '_' is assigned a value but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/isolation.test.ts
  1:32  warning  'vi' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/loop_guard.test.ts
  9:16  warning  'feature' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/retry.test.ts
  19:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/temperature.test.ts
  10:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  28:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  45:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/tool-calling.test.ts
   1:32  warning  'vi' is defined but never used                                          @typescript-eslint/no-unused-vars
   4:10  warning  'Tool' is defined but never used                                        @typescript-eslint/no-unused-vars
  44:23  warning  'args' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  44:29  warning  Unexpected any. Specify a different type                                @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/tool_execution_modes.test.ts
   96:24  warning  '_chunk' is assigned a value but never used  @typescript-eslint/no-unused-vars
  117:24  warning  '_chunk' is assigned a value but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/tool_normalization.test.ts
   28:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   46:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   70:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   92:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  110:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  125:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  140:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/chat/withParams.test.ts
  7:24  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/alias-logging.test.ts
  8:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/capabilities.test.ts
  12:23  warning  'type' is defined but never used. Allowed unused args must match /^_/u     @typescript-eslint/no-unused-vars
  28:14  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/custom_provider.test.ts
   1:32  warning  'vi' is defined but never used                                             @typescript-eslint/no-unused-vars
  36:14  warning  'request' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  36:23  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/errors.test.ts
   45:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   62:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   80:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   91:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  118:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/llm.test.ts
   2:21  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  73:8   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  75:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  75:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  78:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  78:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  81:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  81:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  84:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  84:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/max-tokens.test.ts
  23:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  36:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/model_alias.test.ts
  28:23  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  28:46  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  29:22  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  29:45  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  30:33  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  30:56  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  31:27  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  31:50  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  32:32  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  32:55  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  33:30  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  33:53  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  34:27  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  34:50  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  35:26  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  35:49  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  36:30  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  36:53  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  37:25  warning  'm' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars
  37:48  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  38:8   warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  40:15  warning  'req' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  40:20  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  43:20  warning  'req' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  43:25  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  46:18  warning  'req' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
  46:23  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any
  49:20  warning  Unexpected any. Specify a different type                               @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/timeout.test.ts
  26:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/core/withProvider.test.ts
   2:21  warning  'NodeLLM' is defined but never used       @typescript-eslint/no-unused-vars
  16:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/discovery/embedding.test.ts
   15:6   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   18:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   23:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   85:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  106:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/multimodal/transcribe.test.ts
   21:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   22:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   97:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  140:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/multimodal/vision.test.ts
  44:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  62:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  90:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/anthropic/chat.test.ts
  26:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  58:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  77:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  95:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  99:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/anthropic/provider.test.ts
   4:10  warning  'AnthropicStreaming' is defined but never used       @typescript-eslint/no-unused-vars
  21:11  warning  'customProvider' is assigned a value but never used  @typescript-eslint/no-unused-vars
  28:41  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  36:41  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  37:43  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  45:39  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  46:44  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  49:42  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any
  52:39  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/anthropic/utils.test.ts
   23:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   56:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   57:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   66:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   67:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   78:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   84:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   85:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  101:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  105:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  106:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  107:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/deepseek/capabilities.test.ts
  1:32  warning  'vi' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/deepseek/chat.test.ts
   35:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   45:52  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   86:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   91:89  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   98:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  104:75  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  114:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  128:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/deepseek/models.test.ts
  25:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  38:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/deepseek/provider.test.ts
  27:11  warning  'customProvider' is assigned a value but never used                                                                  @typescript-eslint/no-unused-vars
  33:5   error    Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  44:5   error    Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  55:5   error    Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/gemini/chat.test.ts
   29:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   41:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   66:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   70:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  102:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  106:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  113:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/gemini/chatUtils.test.ts
  45:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/gemini/errors.test.ts
  9:3  warning  'APIError' is defined but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/gemini/provider.test.ts
  35:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  45:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  47:52  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  53:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  60:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  66:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  71:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/ollama/registration.test.ts
  15:60  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/openai/chat.test.ts
  26:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  78:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/openai/errors.test.ts
  7:3  warning  'ServiceUnavailableError' is defined but never used  @typescript-eslint/no-unused-vars
  9:3  warning  'APIError' is defined but never used                 @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/openai/isolation.test.ts
  19:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  37:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  47:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  61:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  88:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/openai/provider.test.ts
  34:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  40:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  46:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  47:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  52:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  53:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  58:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  64:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/providers/openai/streaming.test.ts
  26:24  warning  '_' is assigned a value but never used  @typescript-eslint/no-unused-vars
  46:24  warning  '_' is assigned a value but never used  @typescript-eslint/no-unused-vars
  64:24  warning  '_' is assigned a value but never used  @typescript-eslint/no-unused-vars

/Users/shaiju.edakulangara/projects/mercer/node-llm/packages/core/test/unit/safety/moderate.test.ts
  24:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  57:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  79:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  98:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

✖ 518 problems (7 errors, 511 warnings)

