mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 21:47:12 +00:00
core: Add ruff rule W293 (whitespaces) (#29272)
This commit is contained in:
committed by
GitHub
parent
4efc5093c1
commit
e5d62c6ce7
@@ -128,7 +128,7 @@ class UsageMetadata(TypedDict):
|
||||
"""Total token count. Sum of input_tokens + output_tokens."""
|
||||
input_token_details: NotRequired[InputTokenDetails]
|
||||
"""Breakdown of input token counts.
|
||||
|
||||
|
||||
Does *not* need to sum to full input token count. Does *not* need to have all keys.
|
||||
"""
|
||||
output_token_details: NotRequired[OutputTokenDetails]
|
||||
|
Reference in New Issue
Block a user