vectorvein 0.2.68__py3-none-any.whl → 0.2.69__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -766,7 +766,7 @@ class AnthropicChatClient(BaseChatClient):
766
766
  "usage": {
767
767
  "prompt_tokens": response.usage.input_tokens + response.usage.cache_read_input_tokens
768
768
  if response.usage.cache_read_input_tokens
769
- else 0,
769
+ else response.usage.input_tokens,
770
770
  "completion_tokens": response.usage.output_tokens,
771
771
  "total_tokens": response.usage.input_tokens + response.usage.output_tokens,
772
772
  "prompt_tokens_details": {
@@ -1377,7 +1377,7 @@ class AsyncAnthropicChatClient(BaseAsyncChatClient):
1377
1377
  "usage": {
1378
1378
  "prompt_tokens": response.usage.input_tokens + response.usage.cache_read_input_tokens
1379
1379
  if response.usage.cache_read_input_tokens
1380
- else 0,
1380
+ else response.usage.input_tokens,
1381
1381
  "completion_tokens": response.usage.output_tokens,
1382
1382
  "total_tokens": response.usage.input_tokens + response.usage.output_tokens,
1383
1383
  "prompt_tokens_details": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vectorvein
3
- Version: 0.2.68
3
+ Version: 0.2.69
4
4
  Summary: VectorVein Python SDK
5
5
  Author-Email: Anderson <andersonby@163.com>
6
6
  License: MIT
@@ -1,13 +1,13 @@
1
- vectorvein-0.2.68.dist-info/METADATA,sha256=N4RzmhcIG7pl3rSRRubslyR8FQlUP5-04Mbn9iJ4QdM,4567
2
- vectorvein-0.2.68.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
- vectorvein-0.2.68.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
1
+ vectorvein-0.2.69.dist-info/METADATA,sha256=ICBJqenymd9STyy9YjP3-4xKUfYUikSdVorW-N8Uro0,4567
2
+ vectorvein-0.2.69.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
+ vectorvein-0.2.69.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
4
  vectorvein/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  vectorvein/api/__init__.py,sha256=lfY-XA46fgD2iIZTU0VYP8i07AwA03Egj4Qua0vUKrQ,738
6
6
  vectorvein/api/client.py,sha256=xF-leKDQzVyyy9FnIRaz0k4eElYW1XbbzeRLcpnyk90,33047
7
7
  vectorvein/api/exceptions.py,sha256=uS_PAdx0ksC0r3dgfSGWdbLMZm4qdLeWSSqCv1g3_Gc,772
8
8
  vectorvein/api/models.py,sha256=xtPWMsB0yIJI7i-gY4B6MtvXv0ZIXnoeKspmeInH6fU,1449
9
9
  vectorvein/chat_clients/__init__.py,sha256=UIytpIgwo8qkZpIyrHVxLYTyliUOTp4J7C4iHRjbtWE,23850
10
- vectorvein/chat_clients/anthropic_client.py,sha256=yrGb87h_hpxhK-O3Ir0L5yMHLimPgzaJqdW4AjzskHk,68924
10
+ vectorvein/chat_clients/anthropic_client.py,sha256=IjQOFq7Ifxlb5_nN9hXelE-Odf3zvYnQ3VWgzIkk5ZI,68976
11
11
  vectorvein/chat_clients/baichuan_client.py,sha256=CVMvpgjdrZGv0BWnTOBD-f2ufZ3wq3496wqukumsAr4,526
12
12
  vectorvein/chat_clients/base_client.py,sha256=p7s-G4Wh9MSpDKEfG8wuFAeWy5DGvj5Go31hqrpQPhM,38817
13
13
  vectorvein/chat_clients/deepseek_client.py,sha256=3qWu01NlJAP2N-Ff62d5-CZXZitlizE1fzb20LNetig,526
@@ -64,4 +64,4 @@ vectorvein/workflow/nodes/web_crawlers.py,sha256=FB0bTimkk___p3Z5UwQx2YarJyQCc45
64
64
  vectorvein/workflow/utils/check.py,sha256=Oj_S5WQf4_Fr_ro3ipjZt9unKFSFcuwZrrSmrS9kVLE,10193
65
65
  vectorvein/workflow/utils/json_to_code.py,sha256=ozdENkT1fYO67XdZX3Una5_jhGEUJdwD0DfZh0x4q3w,7120
66
66
  vectorvein/workflow/utils/layout.py,sha256=j0bRD3uaXu40xCS6U6BGahBI8FrHa5MiF55GbTrZ1LM,4565
67
- vectorvein-0.2.68.dist-info/RECORD,,
67
+ vectorvein-0.2.69.dist-info/RECORD,,