summaryrefslogtreecommitdiffhomepage
path: root/lib/dispatch/adapter/base.rb
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-01 17:12:10 +0900
committerAdam Malczewski <[email protected]>2026-04-01 17:12:10 +0900
commit77a09e59e54540841d7c2cdbe7b6d0f4d1418744 (patch)
treeb7e9cdbc6c3669bb49675a37435921ee11238289 /lib/dispatch/adapter/base.rb
parent9aacecab709bd7315a97675750e1874d858bdeef (diff)
downloaddispatch-adapter-copilot-77a09e59e54540841d7c2cdbe7b6d0f4d1418744.tar.gz
dispatch-adapter-copilot-77a09e59e54540841d7c2cdbe7b6d0f4d1418744.zip
add model and pricing info
Diffstat (limited to 'lib/dispatch/adapter/base.rb')
-rw-r--r--lib/dispatch/adapter/base.rb2
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