client/types: add logprobs support (#601)
test / test (push) Waiting to run
test / lint (push) Waiting to run

This commit is contained in:
Parth Sareen
2025-11-12 18:08:42 -08:00
committed by GitHub
parent 9ddd5f0182
commit 0008226fda
7 changed files with 193 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ dependencies = [ 'ruff>=0.9.1' ]
config-path = 'none'
[tool.ruff]
line-length = 999
line-length = 320
indent-width = 2
[tool.ruff.format]