Made Jarvis more mobile friendly
This commit is contained in:
@@ -24,6 +24,8 @@ class ToolCallResult:
|
||||
class UsageStats:
|
||||
input_tokens: int = 0
|
||||
output_tokens: int = 0
|
||||
cache_read_tokens: int = 0 # Anthropic: tokens served from cache (billed at ~10%)
|
||||
cache_write_tokens: int = 0 # Anthropic: tokens written to cache (billed at ~125%)
|
||||
|
||||
@property
|
||||
def total_tokens(self) -> int:
|
||||
|
||||
Reference in New Issue
Block a user