diff options
Diffstat (limited to 'lib/dispatch/adapter/base.rb')
| -rw-r--r-- | lib/dispatch/adapter/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dispatch/adapter/base.rb b/lib/dispatch/adapter/base.rb index dbd136a..4b7a6ed 100644 --- a/lib/dispatch/adapter/base.rb +++ b/lib/dispatch/adapter/base.rb @@ -11,7 +11,7 @@ module Dispatch raise NotImplementedError, "#{self.class}#model_name must be implemented" end - def count_tokens(_messages, system: nil, tools: []) + def count_tokens(_messages, system: nil, tools: []) # rubocop:disable Lint/UnusedMethodArgument -1 end |
