inspect-ai 0.3.107__py3-none-any.whl → 0.3.108__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.
@@ -93,10 +93,7 @@ def to_inspect_citation(input: TextCitation) -> Citation:
93
93
 
94
94
 
95
95
  def to_anthropic_citation(input: Citation) -> TextCitationParam:
96
- cited_text = input.cited_text
97
- assert isinstance(cited_text, str), (
98
- "anthropic citations must have a string cited_text"
99
- )
96
+ cited_text = str(input.cited_text)
100
97
 
101
98
  match input:
102
99
  case UrlCitation(title=title, url=url, internal=internal):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: inspect_ai
3
- Version: 0.3.107
3
+ Version: 0.3.108
4
4
  Summary: Framework for large language model evaluations
5
5
  Author: UK AI Security Institute
6
6
  License: MIT License
@@ -636,7 +636,7 @@ inspect_ai/model/_reasoning.py,sha256=qmR8WT6t_cb7NIsJOQHPyFZh2eLV0HmYxKo2vtvteQ
636
636
  inspect_ai/model/_registry.py,sha256=Cr2y32EqLnOqLbSWoXHVK4ivTTzCUhJuACxoTyPt8kY,2032
637
637
  inspect_ai/model/_render.py,sha256=rWypNUjgrH4NGp0r-ESAze9gZz7lYNjheEP438vRYZE,922
638
638
  inspect_ai/model/_trim.py,sha256=y2bSok4y844spv7vdjUVGnxWG93WcslAsXyplWDoRqU,3371
639
- inspect_ai/model/_providers/_anthropic_citations.py,sha256=8Wub6F8vvup0-e-BKV3wcrT4n1_7q9Rimv0xnMQAEZM,5767
639
+ inspect_ai/model/_providers/_anthropic_citations.py,sha256=DBjmclRDNVLCRGool55GHOu-7OgDUaI9ZZpEgAwakng,5664
640
640
  inspect_ai/model/_providers/_google_citations.py,sha256=KtqQdvUrWV1lGYfD7aLOIwUbIqZbVJDCoX-uCMHBZz8,3573
641
641
  inspect_ai/model/_providers/_openai_computer_use.py,sha256=vbKkYLhqNuX16zuWfg5MaGp9H8URrPcLhKQ1pDsZtPo,5943
642
642
  inspect_ai/model/_providers/_openai_web_search.py,sha256=8hTUNmt7nYCWMn1RjxevWdeZL7FyLi6T2AWKOciNz3w,1228
@@ -784,9 +784,9 @@ inspect_ai/util/_sandbox/docker/internal.py,sha256=c8X8TLrBPOvsfnq5TkMlb_bzTALyc
784
784
  inspect_ai/util/_sandbox/docker/prereqs.py,sha256=0j6_OauBBnVlpBleADcZavIAAQZy4WewVjbRn9c0stg,3355
785
785
  inspect_ai/util/_sandbox/docker/service.py,sha256=hhHIWH1VDFLwehdGd19aUBD_VKfDO3GCPxpw1HSwVQk,2437
786
786
  inspect_ai/util/_sandbox/docker/util.py,sha256=EeInihCNXgUWxaqZ4dNOJd719kXL2_jr63QCoXn68vA,3154
787
- inspect_ai-0.3.107.dist-info/licenses/LICENSE,sha256=xZPCr8gTiFIerrA_DRpLAbw-UUftnLFsHxKeW-NTtq8,1081
788
- inspect_ai-0.3.107.dist-info/METADATA,sha256=UDm4EwaGEHfBNNwE6qudz_TpT9awiq0wByKkjQn_sFE,5467
789
- inspect_ai-0.3.107.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
790
- inspect_ai-0.3.107.dist-info/entry_points.txt,sha256=WGGLmzTzDWLzYfiyovSY6oEKuf-gqzSDNOb5V-hk3fM,54
791
- inspect_ai-0.3.107.dist-info/top_level.txt,sha256=Tp3za30CHXJEKLk8xLe9qGsW4pBzJpEIOMHOHNCXiVo,11
792
- inspect_ai-0.3.107.dist-info/RECORD,,
787
+ inspect_ai-0.3.108.dist-info/licenses/LICENSE,sha256=xZPCr8gTiFIerrA_DRpLAbw-UUftnLFsHxKeW-NTtq8,1081
788
+ inspect_ai-0.3.108.dist-info/METADATA,sha256=GOMwuz0QXwgMTpG2wAkqih7uNByZhTyNtiYT55Cypq4,5467
789
+ inspect_ai-0.3.108.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
790
+ inspect_ai-0.3.108.dist-info/entry_points.txt,sha256=WGGLmzTzDWLzYfiyovSY6oEKuf-gqzSDNOb5V-hk3fM,54
791
+ inspect_ai-0.3.108.dist-info/top_level.txt,sha256=Tp3za30CHXJEKLk8xLe9qGsW4pBzJpEIOMHOHNCXiVo,11
792
+ inspect_ai-0.3.108.dist-info/RECORD,,