anthropic 0.68.1__py3-none-any.whl → 0.69.0__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.
- anthropic/_version.py +1 -1
- anthropic/lib/streaming/_beta_messages.py +1 -0
- anthropic/lib/tools/__init__.py +7 -0
- anthropic/lib/tools/_beta_builtin_memory_tool.py +245 -0
- anthropic/lib/tools/_beta_functions.py +30 -0
- anthropic/lib/tools/_beta_runner.py +18 -6
- anthropic/resources/beta/files.py +10 -10
- anthropic/resources/beta/messages/batches.py +12 -12
- anthropic/resources/beta/messages/messages.py +59 -15
- anthropic/resources/beta/models.py +4 -4
- anthropic/resources/completions.py +2 -2
- anthropic/resources/models.py +4 -4
- anthropic/types/beta/__init__.py +35 -0
- anthropic/types/beta/beta_clear_tool_uses_20250919_edit_param.py +38 -0
- anthropic/types/beta/beta_clear_tool_uses_20250919_edit_response.py +18 -0
- anthropic/types/beta/beta_context_management_config_param.py +15 -0
- anthropic/types/beta/beta_context_management_response.py +13 -0
- anthropic/types/beta/beta_count_tokens_context_management_response.py +10 -0
- anthropic/types/beta/beta_input_tokens_clear_at_least_param.py +13 -0
- anthropic/types/beta/beta_input_tokens_trigger_param.py +13 -0
- anthropic/types/beta/beta_memory_tool_20250818_command.py +26 -0
- anthropic/types/beta/beta_memory_tool_20250818_create_command.py +18 -0
- anthropic/types/beta/beta_memory_tool_20250818_delete_command.py +15 -0
- anthropic/types/beta/beta_memory_tool_20250818_insert_command.py +21 -0
- anthropic/types/beta/beta_memory_tool_20250818_param.py +23 -0
- anthropic/types/beta/beta_memory_tool_20250818_rename_command.py +18 -0
- anthropic/types/beta/beta_memory_tool_20250818_str_replace_command.py +21 -0
- anthropic/types/beta/beta_memory_tool_20250818_view_command.py +19 -0
- anthropic/types/beta/beta_message.py +4 -0
- anthropic/types/beta/beta_message_tokens_count.py +6 -0
- anthropic/types/beta/beta_raw_message_delta_event.py +4 -0
- anthropic/types/beta/beta_stop_reason.py +3 -1
- anthropic/types/beta/beta_tool_union_param.py +2 -0
- anthropic/types/beta/beta_tool_uses_keep_param.py +13 -0
- anthropic/types/beta/beta_tool_uses_trigger_param.py +13 -0
- anthropic/types/beta/message_count_tokens_params.py +7 -1
- anthropic/types/beta/message_create_params.py +4 -0
- anthropic/types/model.py +2 -0
- anthropic/types/model_param.py +2 -0
- anthropic/types/stop_reason.py +3 -1
- {anthropic-0.68.1.dist-info → anthropic-0.69.0.dist-info}/METADATA +19 -19
- {anthropic-0.68.1.dist-info → anthropic-0.69.0.dist-info}/RECORD +44 -26
- {anthropic-0.68.1.dist-info → anthropic-0.69.0.dist-info}/WHEEL +0 -0
- {anthropic-0.68.1.dist-info → anthropic-0.69.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -12,7 +12,7 @@ anthropic/_resource.py,sha256=FYEOzfhB-XWTR2gyTmQuuFoecRiVXxe_SpjZlQQGytU,1080
|
|
|
12
12
|
anthropic/_response.py,sha256=1Y7-OrGn1lOwvZ_SmMlwT9Nb2i9A1RYw2Q4-F1cwPSU,30542
|
|
13
13
|
anthropic/_streaming.py,sha256=vn8K5KgfO3Bv9NE8nwHIQEjEhkQeVE6YMnGqiJlCgqE,14023
|
|
14
14
|
anthropic/_types.py,sha256=vEab5B5Hp7xQQafVrgSCHeEPUmf74jofqIPo-n7Xljk,7338
|
|
15
|
-
anthropic/_version.py,sha256=
|
|
15
|
+
anthropic/_version.py,sha256=VFFOB7_1BDmd8ACcXK9HVqv84Wfrui1XDwO3_vsYvXs,162
|
|
16
16
|
anthropic/pagination.py,sha256=hW6DOtNbwwQrNQ8wn4PJj7WB2y_37szSDQeUBnunQ40,2202
|
|
17
17
|
anthropic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
anthropic/_decoders/jsonl.py,sha256=KDLw-Frjo7gRup5qDp_BWkXIZ-mFZU5vFDz0WBhEKcs,3510
|
|
@@ -42,28 +42,29 @@ anthropic/lib/bedrock/_client.py,sha256=kZDEdx07b4rXG81evFsWB5TgOqhRwsYoCBJTEkWz
|
|
|
42
42
|
anthropic/lib/bedrock/_stream.py,sha256=wCS-1otwfIIVbfG3TFFKxTD-antJiTmprW6eAAGTCDA,871
|
|
43
43
|
anthropic/lib/bedrock/_stream_decoder.py,sha256=gTlsTn0s6iVOL4Smp_inhDUBcOZuCgGgJib7fORbQWM,2551
|
|
44
44
|
anthropic/lib/streaming/__init__.py,sha256=vV3U4VttIgWc3eNCSbdt1U1_pUnpi5pPJzSYcXX5zMk,980
|
|
45
|
-
anthropic/lib/streaming/_beta_messages.py,sha256=
|
|
45
|
+
anthropic/lib/streaming/_beta_messages.py,sha256=9AW3g-MeiD-8-wUZsmbHQVovcIngda6BwUNAm9NANxQ,18330
|
|
46
46
|
anthropic/lib/streaming/_beta_types.py,sha256=fny8XN85afEG6of84YuaScr3U8UeMCJxqyfuTePHNbM,2131
|
|
47
47
|
anthropic/lib/streaming/_messages.py,sha256=OSV9sjb8MLThSywEFXQV9OchcNXAE2KxDacVpJbkNRM,16958
|
|
48
48
|
anthropic/lib/streaming/_types.py,sha256=CrR4948IWgUF7L9O0ase2QwbpiQ1JeiYXrRyVi74-Bw,2086
|
|
49
|
-
anthropic/lib/tools/__init__.py,sha256=
|
|
50
|
-
anthropic/lib/tools/
|
|
51
|
-
anthropic/lib/tools/
|
|
49
|
+
anthropic/lib/tools/__init__.py,sha256=8JgDqt6ti7klw9JQ78UjFACMc8GmGi-eFWu6xhbZ5MQ,811
|
|
50
|
+
anthropic/lib/tools/_beta_builtin_memory_tool.py,sha256=FjMyWAYHR4da2jhz2EyUt_0G5BoUXW-iHnwlCprFbqc,9123
|
|
51
|
+
anthropic/lib/tools/_beta_functions.py,sha256=6k8f-v2rme0WZwIuS4IryzB1xEPX_S-Y1eIuQq04RI4,10547
|
|
52
|
+
anthropic/lib/tools/_beta_runner.py,sha256=RPvPo2n7bvZyDPjVDgsySRwXbYwcATqnzYFs4swINDk,15654
|
|
52
53
|
anthropic/lib/vertex/__init__.py,sha256=A8vuK1qVPtmKr1_LQgPuDRVA6I4xm_ye2aPdAa4yGsI,102
|
|
53
54
|
anthropic/lib/vertex/_auth.py,sha256=Kyt_hbUc-DPlkvds4__OLR8FLPpoDas6bXhZTECxO3Y,1644
|
|
54
55
|
anthropic/lib/vertex/_beta.py,sha256=8kXsUUIGstf6dZfiZtm6s9OWEueuSgra8dPvkaUacy4,3323
|
|
55
56
|
anthropic/lib/vertex/_beta_messages.py,sha256=4fsV2F6TzB14DuHLo9k8i95vymcbixIPjsplqpsHfac,3399
|
|
56
57
|
anthropic/lib/vertex/_client.py,sha256=bvemByz7HdwDIHMojcvBUN7khsI32jFglgtRVDH5o04,16619
|
|
57
58
|
anthropic/resources/__init__.py,sha256=H0t_V-A_u6bIVmbAUpY9ZfgqoNIjIfyNpZz7hAiErIA,1583
|
|
58
|
-
anthropic/resources/completions.py,sha256=
|
|
59
|
-
anthropic/resources/models.py,sha256=
|
|
59
|
+
anthropic/resources/completions.py,sha256=aIwVUEjDp5ZeS96QJVNmW6dD3Jo_R5Woq_uL5PRExU8,36772
|
|
60
|
+
anthropic/resources/models.py,sha256=GgfBa0oaEdEHXC04Z9T_9u_VQPnJEaKCcmZLKWDKAPM,12402
|
|
60
61
|
anthropic/resources/beta/__init__.py,sha256=uP3kAv-GGcjuPJ6F9QM3a6g7vIiugm-iPecFTQdQUlg,1505
|
|
61
62
|
anthropic/resources/beta/beta.py,sha256=UDgDxryFjxRx_amzcRdZBo9fWunU4EHfZnKF6FTe2Bs,5123
|
|
62
|
-
anthropic/resources/beta/files.py,sha256=
|
|
63
|
-
anthropic/resources/beta/models.py,sha256=
|
|
63
|
+
anthropic/resources/beta/files.py,sha256=rz2seKKOcoF0ebUMEMF86LoPWi1YqK2zp-dMQ7tMCYQ,26779
|
|
64
|
+
anthropic/resources/beta/models.py,sha256=1bPko6YIziXlKj9GWnAxReEoWIT_7TwBpU_oCUMhBlo,12516
|
|
64
65
|
anthropic/resources/beta/messages/__init__.py,sha256=7ZO4hB7hPBhXQja7gMzkwLXQVDlyap4JsihpA0UKZjk,849
|
|
65
|
-
anthropic/resources/beta/messages/batches.py,sha256=
|
|
66
|
-
anthropic/resources/beta/messages/messages.py,sha256=
|
|
66
|
+
anthropic/resources/beta/messages/batches.py,sha256=O8OfPkfqotwANicpsYrOiqlA2O7G-CaeDK8BpDJRRhU,35840
|
|
67
|
+
anthropic/resources/beta/messages/messages.py,sha256=qGUBzkFkGxLKtgFWO0H1eyNc2ZxHDgbabM3aE2nE5y0,134020
|
|
67
68
|
anthropic/resources/messages/__init__.py,sha256=iOSBh4D7NTXqe7RNhw9HZCiFmJvDfIgVFnjaF7r27YU,897
|
|
68
69
|
anthropic/resources/messages/batches.py,sha256=oTuHN8jUqwJYbUybLiuHG6wFItO0jlwLWyxZeRLGr0Y,28548
|
|
69
70
|
anthropic/resources/messages/messages.py,sha256=cQJUX9hEocYIFyJaGBXnFnTBsZLu0q1MnwR6FC6Qtm4,108828
|
|
@@ -120,10 +121,10 @@ anthropic/types/message_stop_event.py,sha256=rtYh1F-b9xilu8s_RdaHijP7kf3om6FvK9c
|
|
|
120
121
|
anthropic/types/message_stream_event.py,sha256=OspCo1IFpItyJDr4Ta16o8DQmTsgVWSmeNg4BhfMM0M,285
|
|
121
122
|
anthropic/types/message_tokens_count.py,sha256=JmkcWw9nZAUgr2WY5G4Mwqs2jcnMuZXh920MlUkvY70,329
|
|
122
123
|
anthropic/types/metadata_param.py,sha256=p6j8bWh3FfI3PB-vJjU4JhRukP2NZdrcE2gQixw5zgw,594
|
|
123
|
-
anthropic/types/model.py,sha256=
|
|
124
|
+
anthropic/types/model.py,sha256=cMdb4M_DJ8xLXCQ07130H5fbjB0owqE-bdBlVyfdlRw,898
|
|
124
125
|
anthropic/types/model_info.py,sha256=JrqNQwWcOiC5ItKTZqRfeAQhPWzi0AyzzOTF6AdE-ss,646
|
|
125
126
|
anthropic/types/model_list_params.py,sha256=O2GJOAHr6pB7yGAJhLjcwsDJ8ACtE1GrOrI2JDkj0w8,974
|
|
126
|
-
anthropic/types/model_param.py,sha256=
|
|
127
|
+
anthropic/types/model_param.py,sha256=Y10mrEcm9Qdl_dL9DBdAjqr9iZs-litb7gkBM325NUc,944
|
|
127
128
|
anthropic/types/plain_text_source_param.py,sha256=zdzLMfSQZH2_9Z8ssVc5hLG1w_AuFZ2Z3E17lEntAzg,382
|
|
128
129
|
anthropic/types/raw_content_block_delta.py,sha256=T1i1gSGq9u9obYbxgXYAwux-WIRqSRWJW9tBjBDXoP8,611
|
|
129
130
|
anthropic/types/raw_content_block_delta_event.py,sha256=XKpY_cCljZ6NFtVCt5R38imPbnZAbFyQVIB5d4K4ZgY,393
|
|
@@ -140,7 +141,7 @@ anthropic/types/server_tool_usage.py,sha256=nccmvOnXVirtx_ORf4xJTBDDTNPCk_0F3ObE
|
|
|
140
141
|
anthropic/types/server_tool_use_block.py,sha256=oim9TZxqdRaR3GzQQpc9y8wPlIFMGVhOTIAT2Vn9u6g,333
|
|
141
142
|
anthropic/types/server_tool_use_block_param.py,sha256=u6umSKDkkE5p2iFM3AaWs-mlfzTh7WxYU2rpT8vLJkE,643
|
|
142
143
|
anthropic/types/signature_delta.py,sha256=1e7MwUUU2j5oOie79x-5QU4-Fi1WXccDqgIMnvxfXTQ,280
|
|
143
|
-
anthropic/types/stop_reason.py,sha256=
|
|
144
|
+
anthropic/types/stop_reason.py,sha256=9xphAX-puiTZMgDw20OTfG0g3rg3L0g34RCD4VpmreI,314
|
|
144
145
|
anthropic/types/text_block.py,sha256=otDts8sbTaDw9kIsvyqMHAxE-hxJv4F4HK4q7QkCmDo,662
|
|
145
146
|
anthropic/types/text_block_param.py,sha256=oz75dBBWudPw3IBl-Xpu4sLP4OdxQmrz8qbQc6pMoCw,659
|
|
146
147
|
anthropic/types/text_citation.py,sha256=otKNuFral4D_25v98K5NuGD0pDWKAyHTW5uvr90Wp5o,850
|
|
@@ -178,7 +179,7 @@ anthropic/types/web_search_tool_result_block_content.py,sha256=Ev_QL9KMO7emKGcTd
|
|
|
178
179
|
anthropic/types/web_search_tool_result_block_param.py,sha256=BBYP395H7a_6I2874EDwxTcx6imeKPgrFL0d3aa2z_8,769
|
|
179
180
|
anthropic/types/web_search_tool_result_block_param_content_param.py,sha256=YIBYcDI1GSlrI-4QBugJ_2YLpkofR7Da3vOwVDU44lo,542
|
|
180
181
|
anthropic/types/web_search_tool_result_error.py,sha256=3WZaS3vYkAepbsa8yEmVNkUOYcpOHonaKfHBm1nFpr8,415
|
|
181
|
-
anthropic/types/beta/__init__.py,sha256=
|
|
182
|
+
anthropic/types/beta/__init__.py,sha256=WbX63MD3fiLpoda78M4bGnkVaITsK1k-_8ud_n9k_Tc,18379
|
|
182
183
|
anthropic/types/beta/beta_base64_image_source_param.py,sha256=njrnNCJcJyLt9JJQcidX3wuG9kpY_F5xWjb3DRO3tJQ,740
|
|
183
184
|
anthropic/types/beta/beta_base64_pdf_block_param.py,sha256=aYzXqHuaoyXgNNIRnVo0YdyVT3l0rdpT9UoN4CmAYlI,257
|
|
184
185
|
anthropic/types/beta/beta_base64_pdf_source.py,sha256=RbkrF6vfc4tMgntlk3U7jmrdpa876HxO8iDa28szsKA,321
|
|
@@ -206,6 +207,8 @@ anthropic/types/beta/beta_citation_web_search_result_location_param.py,sha256=4R
|
|
|
206
207
|
anthropic/types/beta/beta_citations_config_param.py,sha256=3mv2HzC7BII1OYox10dhjtgxiRmucT5eNYRLxLoYm7E,279
|
|
207
208
|
anthropic/types/beta/beta_citations_delta.py,sha256=Fjk3Sv5fVuZ90q4tPANkELaiWjLrTxhu2xb8ipitiH4,1069
|
|
208
209
|
anthropic/types/beta/beta_citations_web_search_result_location.py,sha256=m03Z39Tc2_6Kcx-qg0_odmWgMZbdNcUsMGFOPrYrOIQ,438
|
|
210
|
+
anthropic/types/beta/beta_clear_tool_uses_20250919_edit_param.py,sha256=_8AVMNiDDw1J0Ojkzk3gi1Feyu6Z-zqGrR_0mluV2lE,1485
|
|
211
|
+
anthropic/types/beta/beta_clear_tool_uses_20250919_edit_response.py,sha256=mbHO2KfaTVYREJBkxhPj4vEFtZyFtwlezKObsv7Fe6E,534
|
|
209
212
|
anthropic/types/beta/beta_code_execution_output_block.py,sha256=OpNDX-uckWDLBg70X1gKYNk2LAj6Re3UCOgOsnxJY1I,313
|
|
210
213
|
anthropic/types/beta/beta_code_execution_output_block_param.py,sha256=EOtPBBkd-AJSbmHg_RDUY01rQLH90Q1_NZjX5CHFAeo,379
|
|
211
214
|
anthropic/types/beta/beta_code_execution_result_block.py,sha256=9xSRmN5jLtLU7i8OykIZ2avIyaQYN-AaruG6iH2-H80,499
|
|
@@ -226,18 +229,31 @@ anthropic/types/beta/beta_content_block.py,sha256=vmZXOq7Frx8xAYVV5eDC9FbNq-wyL8
|
|
|
226
229
|
anthropic/types/beta/beta_content_block_param.py,sha256=87vnYL2-j7vOtT-dldIn0XNdVkhwWY_R_u64cmGZaQc,2260
|
|
227
230
|
anthropic/types/beta/beta_content_block_source_content_param.py,sha256=IxeRBqzUPEC35VXHr4xHkQdpMw_A5hqSnBwyixn9v7E,445
|
|
228
231
|
anthropic/types/beta/beta_content_block_source_param.py,sha256=baurrUKAlsFMqHnhtEN_1dGYC7b1vakKpdLiX87pFhU,530
|
|
232
|
+
anthropic/types/beta/beta_context_management_config_param.py,sha256=oewtxyhe0E6GvMbsg8qMlrLdrFO2RMu2KDa0JaDSz_4,503
|
|
233
|
+
anthropic/types/beta/beta_context_management_response.py,sha256=J3D97XX_-zMeCtKPEODja43EmLHIPAGoBHVdu_-eJRQ,460
|
|
234
|
+
anthropic/types/beta/beta_count_tokens_context_management_response.py,sha256=efL0nsrOlA7KTIQ-M5IiXRmbmb6q-dakLp3oNnEh5G8,341
|
|
229
235
|
anthropic/types/beta/beta_document_block.py,sha256=lehaAYYdGHJay8F_J-GfMLOYWAe0G8gVWfeixA5XH2s,834
|
|
230
236
|
anthropic/types/beta/beta_file_document_source_param.py,sha256=a5_eicJChOrOoBr7MIVj5hA-MZFs1syo5Oi8W_Jv1_4,350
|
|
231
237
|
anthropic/types/beta/beta_file_image_source_param.py,sha256=5ogaJ3H_NNz2M1Qa5XWyB2uUf-0HHHLkwYXJuA3kOwQ,344
|
|
232
238
|
anthropic/types/beta/beta_image_block_param.py,sha256=CkS_-Ft9RuiIEdsUNXUFMSphVYD2RCxJGSU_2C4ZGyk,910
|
|
233
239
|
anthropic/types/beta/beta_input_json_delta.py,sha256=MPlt9LmfuwmpWryQagjkkVHHZRfZzIJZq3a6JWi7auE,293
|
|
240
|
+
anthropic/types/beta/beta_input_tokens_clear_at_least_param.py,sha256=9VMW4rN_ZeSQp5ianz-815vc_h23XjC-FI6ZICsC7d8,366
|
|
241
|
+
anthropic/types/beta/beta_input_tokens_trigger_param.py,sha256=_7MSRq8ZykSOZxxr2upnPqpSZEQ42_m53wHhcqiQ2rE,356
|
|
234
242
|
anthropic/types/beta/beta_mcp_tool_result_block.py,sha256=mqx1WHh13wYoGpf5PnG8dgGsihq3qd9Pg6t9nolIwGI,439
|
|
235
243
|
anthropic/types/beta/beta_mcp_tool_use_block.py,sha256=gvxck6vBcZMXaeyKWu-iXw0NCY7wuaE32tFPzEIkJks,409
|
|
236
244
|
anthropic/types/beta/beta_mcp_tool_use_block_param.py,sha256=7X8xqpJiXdfFd2--LVBaXGXS7A-5buKDAfhQJJY5klU,706
|
|
237
|
-
anthropic/types/beta/
|
|
245
|
+
anthropic/types/beta/beta_memory_tool_20250818_command.py,sha256=It-xNhxO4M7DSqpczVfZq7mD2FPDZniHGUxCq9wSGGs,1179
|
|
246
|
+
anthropic/types/beta/beta_memory_tool_20250818_create_command.py,sha256=jmrc8aWVghMz5PRW7vo5LPp3GaUDZkl7Ir8rmqNVsHw,453
|
|
247
|
+
anthropic/types/beta/beta_memory_tool_20250818_delete_command.py,sha256=dRjSRkChmc6P_vIwIWlknVEXcXikM6EZjJxZgqfT-TA,396
|
|
248
|
+
anthropic/types/beta/beta_memory_tool_20250818_insert_command.py,sha256=AkchM3mjzYmLC9Os12l1g4NNIvO1Caf9FNk_1w-jIIc,546
|
|
249
|
+
anthropic/types/beta/beta_memory_tool_20250818_param.py,sha256=qL3iNL_Pk5NI4STT_1F8AemGcLh7aRhOWj02vDdfB4w,721
|
|
250
|
+
anthropic/types/beta/beta_memory_tool_20250818_rename_command.py,sha256=39AhTdurJEXwEdK54_Z-RjzAOMSvo8AeNo2KHD8vlgA,462
|
|
251
|
+
anthropic/types/beta/beta_memory_tool_20250818_str_replace_command.py,sha256=2FBRtAlMbGio876ixv3NnoDkdIGHfoKwQswUWo6qTfs,524
|
|
252
|
+
anthropic/types/beta/beta_memory_tool_20250818_view_command.py,sha256=NGvvJd_GEaQRfOXH0-YmGYpyyCtj7WkX9RQZ1iVc_OE,519
|
|
253
|
+
anthropic/types/beta/beta_message.py,sha256=LD-A9MkNHmbmjCz5-uN66De36AYLFhfv-2JjFL9QF84,4016
|
|
238
254
|
anthropic/types/beta/beta_message_delta_usage.py,sha256=fXrjDgH46VN53jTfHzoBPavFWx4YgBMH1T1ni4f9D2w,838
|
|
239
255
|
anthropic/types/beta/beta_message_param.py,sha256=jelI5bL_5DFMW5-aKDpBf1KsK-CvIZkueSrU_Go3gUc,477
|
|
240
|
-
anthropic/types/beta/beta_message_tokens_count.py,sha256=
|
|
256
|
+
anthropic/types/beta/beta_message_tokens_count.py,sha256=yO_2_42iBaPzX5izF1vTXoGSS1qy9LxzAf1K9GQgr4Y,621
|
|
241
257
|
anthropic/types/beta/beta_metadata_param.py,sha256=julUtAFfgnCXSt0sN8qQ-_GuhJvpXbQyqlPhyzE8jmQ,602
|
|
242
258
|
anthropic/types/beta/beta_model_info.py,sha256=hFbhNT1THKUqBKYEB0QvtQ1UBVgcoO_dtXFUPbuWqAA,655
|
|
243
259
|
anthropic/types/beta/beta_plain_text_source.py,sha256=u3XpMPojTxn-_LvFdYYMLc_b8WI2ggIXdoZ4pDK4Q-Y,314
|
|
@@ -246,7 +262,7 @@ anthropic/types/beta/beta_raw_content_block_delta.py,sha256=W9lWCYhkAI-KWMiQs42h
|
|
|
246
262
|
anthropic/types/beta/beta_raw_content_block_delta_event.py,sha256=-hn4oaYfZHCWJ5mUWeAHDM9h_XiPnLJIROqhztkiDM4,415
|
|
247
263
|
anthropic/types/beta/beta_raw_content_block_start_event.py,sha256=2UDrpyyC8V6DJADY1oI1P6kHzMS6drucGn05U96ZX3c,1950
|
|
248
264
|
anthropic/types/beta/beta_raw_content_block_stop_event.py,sha256=JcCrM004eYBjmsbFQ_0J-vAngAPCKlkdv30ylh7fi70,308
|
|
249
|
-
anthropic/types/beta/beta_raw_message_delta_event.py,sha256=
|
|
265
|
+
anthropic/types/beta/beta_raw_message_delta_event.py,sha256=Nvk8zDgnljO6v7kpkZGK9FMnX8_2eFBAXeHmHDisnlM,1739
|
|
250
266
|
anthropic/types/beta/beta_raw_message_start_event.py,sha256=v7dcNblqSy9jD65ah1LvvNWD71IRBbYMcIG0L3SyXkA,343
|
|
251
267
|
anthropic/types/beta/beta_raw_message_stop_event.py,sha256=Xyo-UPOLgjOTCYA8kYZoK4cx_C_Jegd5MYVjf0C2-t8,276
|
|
252
268
|
anthropic/types/beta/beta_raw_message_stream_event.py,sha256=8Aq-QAF0Fk6esNiI_L44Mbr9SMaIFqNfi8p2NF6aO80,999
|
|
@@ -261,7 +277,7 @@ anthropic/types/beta/beta_server_tool_usage.py,sha256=StokZ2PZBQ5r5X8ri71h-eZsFH
|
|
|
261
277
|
anthropic/types/beta/beta_server_tool_use_block.py,sha256=w1TMUg0APiwSZqiUkXd137Fg1SGr9xIX90qvMrZF6Jg,426
|
|
262
278
|
anthropic/types/beta/beta_server_tool_use_block_param.py,sha256=yafWnsAG5jz7NzqcfWAnLtH86p-nNejxW1IUQmmnIJk,762
|
|
263
279
|
anthropic/types/beta/beta_signature_delta.py,sha256=LGjB7AM6uCcjn5diCtgzSPGMssf-hfS-JQbvtTmY2-I,289
|
|
264
|
-
anthropic/types/beta/beta_stop_reason.py,sha256=
|
|
280
|
+
anthropic/types/beta/beta_stop_reason.py,sha256=ndrI-m-0sFW7HD8wlEIZrznffRVj6mAWsnR4Gk61AC8,322
|
|
265
281
|
anthropic/types/beta/beta_text_block.py,sha256=irciVXypUcB5drTF5p0btH1QzB3ZlfEXq7XxjF1cs_U,684
|
|
266
282
|
anthropic/types/beta/beta_text_block_param.py,sha256=tRCfSMi2Jitz6KLp9j_7KOuToze3Ctlm-DuQH6Li1Do,693
|
|
267
283
|
anthropic/types/beta/beta_text_citation.py,sha256=Ia_-kJ48QQ4ZN5AeWbCSCzAFwNXjVM4LHf-5-jyBJog,921
|
|
@@ -298,9 +314,11 @@ anthropic/types/beta/beta_tool_text_editor_20241022_param.py,sha256=z4plQ-egA85e
|
|
|
298
314
|
anthropic/types/beta/beta_tool_text_editor_20250124_param.py,sha256=PqRpXlK9TqHPOcF5SRkGSeWc793QMNUztuIQKoGHyoI,746
|
|
299
315
|
anthropic/types/beta/beta_tool_text_editor_20250429_param.py,sha256=2skxGp7C7fwrecE2dS22FPRXhxRF8VMQS4K5cNT-fbA,755
|
|
300
316
|
anthropic/types/beta/beta_tool_text_editor_20250728_param.py,sha256=Y9Kx_C2XZQ0BmXoOUEunVJeb7FnGTWH9egNc-S9lzqI,927
|
|
301
|
-
anthropic/types/beta/beta_tool_union_param.py,sha256=
|
|
317
|
+
anthropic/types/beta/beta_tool_union_param.py,sha256=wt4nJAkJm0qPHOjpPMMJmePRfjxUcCLnqJwgihAgupY,1838
|
|
302
318
|
anthropic/types/beta/beta_tool_use_block.py,sha256=y1Y9ovht2t-BlJDqEOi_wk2b2XAIb2J_gkyIdzZM8fY,305
|
|
303
319
|
anthropic/types/beta/beta_tool_use_block_param.py,sha256=eZvSxb6yvh_eLY0SSoN0pFSGGLxU4yJEv3nyMYZ7zBA,627
|
|
320
|
+
anthropic/types/beta/beta_tool_uses_keep_param.py,sha256=R9sHxEwQq33kSQEiIG_ONm92EUk0YFmKI039tkhl4vo,341
|
|
321
|
+
anthropic/types/beta/beta_tool_uses_trigger_param.py,sha256=PbTkerKGtnClYCrACGaodsTkHOSpTz801jp_PzvyBEI,347
|
|
304
322
|
anthropic/types/beta/beta_url_image_source_param.py,sha256=pquhkw8b13TbwhXA6_dMkPP-7vxYfbbXbjV_BVx_0ZY,337
|
|
305
323
|
anthropic/types/beta/beta_url_pdf_source_param.py,sha256=Ox2U0GM60MJgQBec8NKPw49uZz9DgR8mhxLCZT7RIVk,333
|
|
306
324
|
anthropic/types/beta/beta_usage.py,sha256=H0PAOPwTs8V2myo89yCS9vG78hCIv39ooGza39N-nB8,1088
|
|
@@ -326,8 +344,8 @@ anthropic/types/beta/deleted_file.py,sha256=VwcPcmaViwLDirEQ6zIYk570vhCbHmUk4Lj6
|
|
|
326
344
|
anthropic/types/beta/file_list_params.py,sha256=kujdXupGnzdCtj0zTKyL6M5pgu1oXga64DXZya9uwsA,974
|
|
327
345
|
anthropic/types/beta/file_metadata.py,sha256=SzNnobYc5JO233_12Jr5IDnd7SiDE8XHx4PsvyjuaDY,851
|
|
328
346
|
anthropic/types/beta/file_upload_params.py,sha256=CvW5PpxpP2uyL5iIEWBi0MsNiNyTsrWm4I_5A2Qy__c,631
|
|
329
|
-
anthropic/types/beta/message_count_tokens_params.py,sha256=
|
|
330
|
-
anthropic/types/beta/message_create_params.py,sha256=
|
|
347
|
+
anthropic/types/beta/message_count_tokens_params.py,sha256=ND8TF-yL19lNElPqlBRCvjRefnU-cJQ53f14rb7LRyc,9053
|
|
348
|
+
anthropic/types/beta/message_create_params.py,sha256=R42IWxBsOaPKbBvFjOncpykbNGuKUcs6JTcg5r4zm48,11031
|
|
331
349
|
anthropic/types/beta/model_list_params.py,sha256=CqxSV6PeWqZOh9D9D1qsJeC6fsWLFQmvY1Q8G1q4Gzo,976
|
|
332
350
|
anthropic/types/beta/messages/__init__.py,sha256=6yumvCsY9IXU9jZW1yIrXXGAXzXpByx2Rlc8aWHdQKQ,1202
|
|
333
351
|
anthropic/types/beta/messages/batch_create_params.py,sha256=evapYsPHKVs2zrWZQpgVDpZIn2bMrk7Z7P03T8Go1c0,1336
|
|
@@ -365,7 +383,7 @@ anthropic/types/shared/not_found_error.py,sha256=R6OsCvAmsf_SB2TwoX6E63o049qZMaA
|
|
|
365
383
|
anthropic/types/shared/overloaded_error.py,sha256=PlyhHt3wmzcnynSfkWbfP4XkLoWsPa9B39V3CyAdgx8,282
|
|
366
384
|
anthropic/types/shared/permission_error.py,sha256=nuyxtLXOiEkYEbFRXiAWjxU6XtdyjkAaXQ2NgMB3pjw,282
|
|
367
385
|
anthropic/types/shared/rate_limit_error.py,sha256=eYULATjXa6KKdqeBauest7RzuN-bhGsY5BWwH9eYv4c,280
|
|
368
|
-
anthropic-0.
|
|
369
|
-
anthropic-0.
|
|
370
|
-
anthropic-0.
|
|
371
|
-
anthropic-0.
|
|
386
|
+
anthropic-0.69.0.dist-info/METADATA,sha256=46g3Ww5s1U-z4fThItBcdCb0fp53jkOlj5N_oKxloHg,28564
|
|
387
|
+
anthropic-0.69.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
388
|
+
anthropic-0.69.0.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
|
|
389
|
+
anthropic-0.69.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|