inspect-ai 0.3.73__py3-none-any.whl → 0.3.74__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.
- inspect_ai/model/_cache.py +3 -1
- {inspect_ai-0.3.73.dist-info → inspect_ai-0.3.74.dist-info}/METADATA +1 -1
- {inspect_ai-0.3.73.dist-info → inspect_ai-0.3.74.dist-info}/RECORD +7 -7
- {inspect_ai-0.3.73.dist-info → inspect_ai-0.3.74.dist-info}/LICENSE +0 -0
- {inspect_ai-0.3.73.dist-info → inspect_ai-0.3.74.dist-info}/WHEEL +0 -0
- {inspect_ai-0.3.73.dist-info → inspect_ai-0.3.74.dist-info}/entry_points.txt +0 -0
- {inspect_ai-0.3.73.dist-info → inspect_ai-0.3.74.dist-info}/top_level.txt +0 -0
inspect_ai/model/_cache.py
CHANGED
@@ -155,7 +155,9 @@ def _cache_key(entry: CacheEntry) -> str:
|
|
155
155
|
exclude=set(["max_retries", "timeout", "max_connections"])
|
156
156
|
)
|
157
157
|
),
|
158
|
-
",".join(
|
158
|
+
",".join(
|
159
|
+
[str(message.model_dump(exclude=set(["id"]))) for message in entry.input]
|
160
|
+
),
|
159
161
|
entry.base_url,
|
160
162
|
entry.tool_choice,
|
161
163
|
entry.tools,
|
@@ -449,7 +449,7 @@ inspect_ai/log/_recorders/file.py,sha256=LYn0CxWfpnlb8cpkrWQb5PI9zmJejbedcRmQlV9
|
|
449
449
|
inspect_ai/log/_recorders/json.py,sha256=ceqK9_HouGKdrP4AgzUkSZRtd6s3mExhqAV6_qbtm5o,8389
|
450
450
|
inspect_ai/log/_recorders/recorder.py,sha256=zDDpl2tktPjb6xk5kd4TyEMxkXZiLgXXpPinJLrfF_o,1616
|
451
451
|
inspect_ai/model/__init__.py,sha256=T8o-v2tkZ5YVZjpCrXLxrpZa45TwTZQ54XYesRlVe90,2249
|
452
|
-
inspect_ai/model/_cache.py,sha256=
|
452
|
+
inspect_ai/model/_cache.py,sha256=Bl6WS9b1kJRVsGK0h7Fd1-mDAbrlxvNXMPK30P3aMuM,13736
|
453
453
|
inspect_ai/model/_call_tools.py,sha256=g-sXTD2km9QfRBDaZ81yqrpBljLxM88h753wpCQ4ds4,19321
|
454
454
|
inspect_ai/model/_chat_message.py,sha256=UeOytEWcvee2A8FxJBKjhdHMYete55CdCzS0KKmhUiI,6758
|
455
455
|
inspect_ai/model/_conversation.py,sha256=7KPqnCx5ETNkdhR1g1gsjV8sCrJlrOOPwlBz_Yoc9kg,2463
|
@@ -648,9 +648,9 @@ inspect_ai/util/_sandbox/docker/internal.py,sha256=fATyk2pdtjSl-D0VPT4dmkXV-gOc5
|
|
648
648
|
inspect_ai/util/_sandbox/docker/prereqs.py,sha256=0j6_OauBBnVlpBleADcZavIAAQZy4WewVjbRn9c0stg,3355
|
649
649
|
inspect_ai/util/_sandbox/docker/service.py,sha256=hhHIWH1VDFLwehdGd19aUBD_VKfDO3GCPxpw1HSwVQk,2437
|
650
650
|
inspect_ai/util/_sandbox/docker/util.py,sha256=EeInihCNXgUWxaqZ4dNOJd719kXL2_jr63QCoXn68vA,3154
|
651
|
-
inspect_ai-0.3.
|
652
|
-
inspect_ai-0.3.
|
653
|
-
inspect_ai-0.3.
|
654
|
-
inspect_ai-0.3.
|
655
|
-
inspect_ai-0.3.
|
656
|
-
inspect_ai-0.3.
|
651
|
+
inspect_ai-0.3.74.dist-info/LICENSE,sha256=xZPCr8gTiFIerrA_DRpLAbw-UUftnLFsHxKeW-NTtq8,1081
|
652
|
+
inspect_ai-0.3.74.dist-info/METADATA,sha256=JDr1j3kQrkWBU9uJnsM81NF3kdl33Nht4rTNNzTfhkU,4940
|
653
|
+
inspect_ai-0.3.74.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
654
|
+
inspect_ai-0.3.74.dist-info/entry_points.txt,sha256=WGGLmzTzDWLzYfiyovSY6oEKuf-gqzSDNOb5V-hk3fM,54
|
655
|
+
inspect_ai-0.3.74.dist-info/top_level.txt,sha256=Tp3za30CHXJEKLk8xLe9qGsW4pBzJpEIOMHOHNCXiVo,11
|
656
|
+
inspect_ai-0.3.74.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|