anthropic 1.63.0 → 1.64.0

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.
Files changed (562) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/anthropic/client.rb +8 -0
  5. data/lib/anthropic/helpers/bedrock/client.rb +8 -0
  6. data/lib/anthropic/helpers/bedrock/mantle_client.rb +12 -0
  7. data/lib/anthropic/helpers/vertex/client.rb +8 -0
  8. data/lib/anthropic/internal/page_cursor.rb +2 -2
  9. data/lib/anthropic/models/beta/beta_browser_close_tab_config.rb +36 -0
  10. data/lib/anthropic/models/beta/beta_browser_double_click_config.rb +36 -0
  11. data/lib/anthropic/models/beta/beta_browser_file_upload_config.rb +36 -0
  12. data/lib/anthropic/models/beta/beta_browser_find_config.rb +36 -0
  13. data/lib/anthropic/models/beta/beta_browser_form_input_config.rb +36 -0
  14. data/lib/anthropic/models/beta/beta_browser_get_page_text_config.rb +36 -0
  15. data/lib/anthropic/models/beta/beta_browser_hold_key_config.rb +36 -0
  16. data/lib/anthropic/models/beta/beta_browser_hover_config.rb +36 -0
  17. data/lib/anthropic/models/beta/beta_browser_javascript_exec_config.rb +36 -0
  18. data/lib/anthropic/models/beta/beta_browser_key_config.rb +36 -0
  19. data/lib/anthropic/models/beta/beta_browser_left_click_config.rb +36 -0
  20. data/lib/anthropic/models/beta/beta_browser_left_click_drag_config.rb +36 -0
  21. data/lib/anthropic/models/beta/beta_browser_left_mouse_down_config.rb +36 -0
  22. data/lib/anthropic/models/beta/beta_browser_left_mouse_up_config.rb +36 -0
  23. data/lib/anthropic/models/beta/beta_browser_list_tabs_config.rb +36 -0
  24. data/lib/anthropic/models/beta/beta_browser_middle_click_config.rb +36 -0
  25. data/lib/anthropic/models/beta/beta_browser_mouse_move_config.rb +36 -0
  26. data/lib/anthropic/models/beta/beta_browser_navigate_config.rb +36 -0
  27. data/lib/anthropic/models/beta/beta_browser_new_tab_config.rb +36 -0
  28. data/lib/anthropic/models/beta/beta_browser_read_console_config.rb +36 -0
  29. data/lib/anthropic/models/beta/beta_browser_read_network_config.rb +36 -0
  30. data/lib/anthropic/models/beta/beta_browser_read_page_config.rb +36 -0
  31. data/lib/anthropic/models/beta/beta_browser_right_click_config.rb +36 -0
  32. data/lib/anthropic/models/beta/beta_browser_screenshot_config.rb +36 -0
  33. data/lib/anthropic/models/beta/beta_browser_scroll_config.rb +36 -0
  34. data/lib/anthropic/models/beta/beta_browser_scroll_to_config.rb +36 -0
  35. data/lib/anthropic/models/beta/beta_browser_state_block_param.rb +58 -0
  36. data/lib/anthropic/models/beta/beta_browser_state_change.rb +84 -0
  37. data/lib/anthropic/models/beta/beta_browser_state_change_download_completed.rb +62 -0
  38. data/lib/anthropic/models/beta/beta_browser_state_change_download_failed.rb +50 -0
  39. data/lib/anthropic/models/beta/beta_browser_state_change_download_started.rb +42 -0
  40. data/lib/anthropic/models/beta/beta_browser_state_change_tab_opened.rb +34 -0
  41. data/lib/anthropic/models/beta/beta_browser_state_tab_entry.rb +55 -0
  42. data/lib/anthropic/models/beta/beta_browser_switch_tab_config.rb +36 -0
  43. data/lib/anthropic/models/beta/beta_browser_toolset_20260801.rb +73 -0
  44. data/lib/anthropic/models/beta/beta_browser_toolset_configs.rb +266 -0
  45. data/lib/anthropic/models/beta/beta_browser_triple_click_config.rb +36 -0
  46. data/lib/anthropic/models/beta/beta_browser_type_config.rb +36 -0
  47. data/lib/anthropic/models/beta/beta_browser_wait_config.rb +36 -0
  48. data/lib/anthropic/models/beta/beta_browser_zoom_config.rb +36 -0
  49. data/lib/anthropic/models/beta/beta_computer_cursor_position_config.rb +36 -0
  50. data/lib/anthropic/models/beta/beta_computer_double_click_config.rb +36 -0
  51. data/lib/anthropic/models/beta/beta_computer_hold_key_config.rb +36 -0
  52. data/lib/anthropic/models/beta/beta_computer_key_config.rb +36 -0
  53. data/lib/anthropic/models/beta/beta_computer_left_click_config.rb +36 -0
  54. data/lib/anthropic/models/beta/beta_computer_left_click_drag_config.rb +36 -0
  55. data/lib/anthropic/models/beta/beta_computer_left_mouse_down_config.rb +36 -0
  56. data/lib/anthropic/models/beta/beta_computer_left_mouse_up_config.rb +36 -0
  57. data/lib/anthropic/models/beta/beta_computer_middle_click_config.rb +36 -0
  58. data/lib/anthropic/models/beta/beta_computer_mouse_move_config.rb +36 -0
  59. data/lib/anthropic/models/beta/beta_computer_right_click_config.rb +36 -0
  60. data/lib/anthropic/models/beta/beta_computer_screenshot_config.rb +36 -0
  61. data/lib/anthropic/models/beta/beta_computer_scroll_config.rb +36 -0
  62. data/lib/anthropic/models/beta/beta_computer_toolset_20260801.rb +76 -0
  63. data/lib/anthropic/models/beta/beta_computer_toolset_configs.rb +154 -0
  64. data/lib/anthropic/models/beta/beta_computer_triple_click_config.rb +36 -0
  65. data/lib/anthropic/models/beta/beta_computer_type_config.rb +36 -0
  66. data/lib/anthropic/models/beta/beta_computer_wait_config.rb +36 -0
  67. data/lib/anthropic/models/beta/beta_computer_zoom_config.rb +36 -0
  68. data/lib/anthropic/models/beta/beta_content_block.rb +2 -0
  69. data/lib/anthropic/models/beta/beta_content_block_param.rb +5 -1
  70. data/lib/anthropic/models/beta/beta_content_block_source_content.rb +5 -0
  71. data/lib/anthropic/models/beta/{deleted_file.rb → beta_deleted_file.rb} +8 -6
  72. data/lib/anthropic/models/beta/{file_metadata.rb → beta_file_metadata.rb} +4 -2
  73. data/lib/anthropic/models/beta/beta_image_block_param.rb +15 -1
  74. data/lib/anthropic/models/beta/beta_image_transformations_param.rb +51 -0
  75. data/lib/anthropic/models/beta/beta_raw_content_block_start_event.rb +2 -0
  76. data/lib/anthropic/models/beta/beta_tool_result_block_param.rb +35 -6
  77. data/lib/anthropic/models/beta/beta_tool_union.rb +17 -1
  78. data/lib/anthropic/models/beta/beta_tool_use_block.rb +9 -1
  79. data/lib/anthropic/models/beta/beta_tool_use_block_param.rb +9 -1
  80. data/lib/anthropic/models/beta/message_count_tokens_params.rb +19 -3
  81. data/lib/anthropic/models/beta/message_create_params.rb +2 -2
  82. data/lib/anthropic/models/beta/messages/batch_create_params.rb +2 -2
  83. data/lib/anthropic/models/browser_close_tab_config.rb +32 -0
  84. data/lib/anthropic/models/browser_double_click_config.rb +32 -0
  85. data/lib/anthropic/models/browser_file_upload_config.rb +32 -0
  86. data/lib/anthropic/models/browser_find_config.rb +32 -0
  87. data/lib/anthropic/models/browser_form_input_config.rb +32 -0
  88. data/lib/anthropic/models/browser_get_page_text_config.rb +32 -0
  89. data/lib/anthropic/models/browser_hold_key_config.rb +32 -0
  90. data/lib/anthropic/models/browser_hover_config.rb +32 -0
  91. data/lib/anthropic/models/browser_javascript_exec_config.rb +32 -0
  92. data/lib/anthropic/models/browser_key_config.rb +32 -0
  93. data/lib/anthropic/models/browser_left_click_config.rb +32 -0
  94. data/lib/anthropic/models/browser_left_click_drag_config.rb +32 -0
  95. data/lib/anthropic/models/browser_left_mouse_down_config.rb +32 -0
  96. data/lib/anthropic/models/browser_left_mouse_up_config.rb +32 -0
  97. data/lib/anthropic/models/browser_list_tabs_config.rb +32 -0
  98. data/lib/anthropic/models/browser_middle_click_config.rb +32 -0
  99. data/lib/anthropic/models/browser_mouse_move_config.rb +32 -0
  100. data/lib/anthropic/models/browser_navigate_config.rb +32 -0
  101. data/lib/anthropic/models/browser_new_tab_config.rb +32 -0
  102. data/lib/anthropic/models/browser_read_console_config.rb +32 -0
  103. data/lib/anthropic/models/browser_read_network_config.rb +32 -0
  104. data/lib/anthropic/models/browser_read_page_config.rb +32 -0
  105. data/lib/anthropic/models/browser_right_click_config.rb +32 -0
  106. data/lib/anthropic/models/browser_screenshot_config.rb +32 -0
  107. data/lib/anthropic/models/browser_scroll_config.rb +32 -0
  108. data/lib/anthropic/models/browser_scroll_to_config.rb +32 -0
  109. data/lib/anthropic/models/browser_state_block_param.rb +54 -0
  110. data/lib/anthropic/models/browser_state_change.rb +80 -0
  111. data/lib/anthropic/models/browser_state_change_download_completed.rb +57 -0
  112. data/lib/anthropic/models/browser_state_change_download_failed.rb +45 -0
  113. data/lib/anthropic/models/browser_state_change_download_started.rb +37 -0
  114. data/lib/anthropic/models/browser_state_change_tab_opened.rb +30 -0
  115. data/lib/anthropic/models/browser_state_tab_entry.rb +51 -0
  116. data/lib/anthropic/models/browser_switch_tab_config.rb +32 -0
  117. data/lib/anthropic/models/browser_toolset_20260801.rb +69 -0
  118. data/lib/anthropic/models/browser_toolset_configs.rb +262 -0
  119. data/lib/anthropic/models/browser_triple_click_config.rb +32 -0
  120. data/lib/anthropic/models/browser_type_config.rb +32 -0
  121. data/lib/anthropic/models/browser_wait_config.rb +32 -0
  122. data/lib/anthropic/models/browser_zoom_config.rb +32 -0
  123. data/lib/anthropic/models/computer_cursor_position_config.rb +32 -0
  124. data/lib/anthropic/models/computer_double_click_config.rb +32 -0
  125. data/lib/anthropic/models/computer_hold_key_config.rb +32 -0
  126. data/lib/anthropic/models/computer_key_config.rb +32 -0
  127. data/lib/anthropic/models/computer_left_click_config.rb +32 -0
  128. data/lib/anthropic/models/computer_left_click_drag_config.rb +32 -0
  129. data/lib/anthropic/models/computer_left_mouse_down_config.rb +32 -0
  130. data/lib/anthropic/models/computer_left_mouse_up_config.rb +32 -0
  131. data/lib/anthropic/models/computer_middle_click_config.rb +32 -0
  132. data/lib/anthropic/models/computer_mouse_move_config.rb +32 -0
  133. data/lib/anthropic/models/computer_right_click_config.rb +32 -0
  134. data/lib/anthropic/models/computer_screenshot_config.rb +32 -0
  135. data/lib/anthropic/models/computer_scroll_config.rb +32 -0
  136. data/lib/anthropic/models/computer_toolset_20260801.rb +72 -0
  137. data/lib/anthropic/models/computer_toolset_configs.rb +150 -0
  138. data/lib/anthropic/models/computer_triple_click_config.rb +32 -0
  139. data/lib/anthropic/models/computer_type_config.rb +32 -0
  140. data/lib/anthropic/models/computer_wait_config.rb +32 -0
  141. data/lib/anthropic/models/computer_zoom_config.rb +32 -0
  142. data/lib/anthropic/models/container.rb +9 -1
  143. data/lib/anthropic/models/container_params.rb +26 -0
  144. data/lib/anthropic/models/container_skill.rb +47 -0
  145. data/lib/anthropic/models/content_block.rb +2 -0
  146. data/lib/anthropic/models/content_block_param.rb +6 -2
  147. data/lib/anthropic/models/content_block_source_content.rb +6 -1
  148. data/lib/anthropic/models/deleted_file.rb +44 -0
  149. data/lib/anthropic/models/deleted_skill.rb +32 -0
  150. data/lib/anthropic/models/document_block_param.rb +10 -4
  151. data/lib/anthropic/models/file_delete_params.rb +22 -0
  152. data/lib/anthropic/models/file_document_source.rb +21 -0
  153. data/lib/anthropic/models/file_download_params.rb +22 -0
  154. data/lib/anthropic/models/file_image_source.rb +21 -0
  155. data/lib/anthropic/models/file_list_params.rb +48 -0
  156. data/lib/anthropic/models/file_metadata.rb +82 -0
  157. data/lib/anthropic/models/file_retrieve_metadata_params.rb +22 -0
  158. data/lib/anthropic/models/file_upload_params.rb +34 -0
  159. data/lib/anthropic/models/image_block_param.rb +25 -5
  160. data/lib/anthropic/models/image_transformations_param.rb +47 -0
  161. data/lib/anthropic/models/message_count_tokens_params.rb +2 -2
  162. data/lib/anthropic/models/message_count_tokens_tool.rb +17 -1
  163. data/lib/anthropic/models/message_create_params.rb +5 -5
  164. data/lib/anthropic/models/message_create_params_container.rb +18 -0
  165. data/lib/anthropic/models/messages/batch_create_params.rb +5 -5
  166. data/lib/anthropic/models/raw_content_block_start_event.rb +2 -0
  167. data/lib/anthropic/models/skill.rb +82 -0
  168. data/lib/anthropic/models/skill_create_params.rb +38 -0
  169. data/lib/anthropic/models/skill_delete_params.rb +27 -0
  170. data/lib/anthropic/models/skill_list_params.rb +51 -0
  171. data/lib/anthropic/models/skill_params.rb +47 -0
  172. data/lib/anthropic/models/skill_retrieve_params.rb +27 -0
  173. data/lib/anthropic/models/skill_source.rb +48 -0
  174. data/lib/anthropic/models/skills/deleted_skill_version.rb +33 -0
  175. data/lib/anthropic/models/skills/skill_version.rb +74 -0
  176. data/lib/anthropic/models/skills/version_create_params.rb +40 -0
  177. data/lib/anthropic/models/skills/version_delete_params.rb +41 -0
  178. data/lib/anthropic/models/skills/version_list_params.rb +47 -0
  179. data/lib/anthropic/models/skills/version_retrieve_params.rb +41 -0
  180. data/lib/anthropic/models/tool_result_block_param.rb +35 -7
  181. data/lib/anthropic/models/tool_union.rb +17 -1
  182. data/lib/anthropic/models/tool_use_block.rb +9 -1
  183. data/lib/anthropic/models/tool_use_block_param.rb +9 -1
  184. data/lib/anthropic/models.rb +162 -0
  185. data/lib/anthropic/resources/beta/files.rb +8 -8
  186. data/lib/anthropic/resources/beta/messages.rb +35 -14
  187. data/lib/anthropic/resources/files.rb +134 -0
  188. data/lib/anthropic/resources/messages.rb +34 -25
  189. data/lib/anthropic/resources/skills/versions.rb +135 -0
  190. data/lib/anthropic/resources/skills.rb +123 -0
  191. data/lib/anthropic/version.rb +1 -1
  192. data/lib/anthropic.rb +151 -2
  193. data/rbi/anthropic/client.rbi +6 -0
  194. data/rbi/anthropic/helpers/bedrock/client.rbi +8 -0
  195. data/rbi/anthropic/helpers/bedrock/mantle_client.rbi +8 -0
  196. data/rbi/anthropic/helpers/vertex/client.rbi +8 -0
  197. data/rbi/anthropic/models/beta/beta_browser_close_tab_config.rbi +59 -0
  198. data/rbi/anthropic/models/beta/beta_browser_double_click_config.rbi +59 -0
  199. data/rbi/anthropic/models/beta/beta_browser_file_upload_config.rbi +59 -0
  200. data/rbi/anthropic/models/beta/beta_browser_find_config.rbi +59 -0
  201. data/rbi/anthropic/models/beta/beta_browser_form_input_config.rbi +59 -0
  202. data/rbi/anthropic/models/beta/beta_browser_get_page_text_config.rbi +59 -0
  203. data/rbi/anthropic/models/beta/beta_browser_hold_key_config.rbi +59 -0
  204. data/rbi/anthropic/models/beta/beta_browser_hover_config.rbi +59 -0
  205. data/rbi/anthropic/models/beta/beta_browser_javascript_exec_config.rbi +59 -0
  206. data/rbi/anthropic/models/beta/beta_browser_key_config.rbi +59 -0
  207. data/rbi/anthropic/models/beta/beta_browser_left_click_config.rbi +59 -0
  208. data/rbi/anthropic/models/beta/beta_browser_left_click_drag_config.rbi +59 -0
  209. data/rbi/anthropic/models/beta/beta_browser_left_mouse_down_config.rbi +59 -0
  210. data/rbi/anthropic/models/beta/beta_browser_left_mouse_up_config.rbi +59 -0
  211. data/rbi/anthropic/models/beta/beta_browser_list_tabs_config.rbi +59 -0
  212. data/rbi/anthropic/models/beta/beta_browser_middle_click_config.rbi +59 -0
  213. data/rbi/anthropic/models/beta/beta_browser_mouse_move_config.rbi +59 -0
  214. data/rbi/anthropic/models/beta/beta_browser_navigate_config.rbi +59 -0
  215. data/rbi/anthropic/models/beta/beta_browser_new_tab_config.rbi +59 -0
  216. data/rbi/anthropic/models/beta/beta_browser_read_console_config.rbi +59 -0
  217. data/rbi/anthropic/models/beta/beta_browser_read_network_config.rbi +59 -0
  218. data/rbi/anthropic/models/beta/beta_browser_read_page_config.rbi +59 -0
  219. data/rbi/anthropic/models/beta/beta_browser_right_click_config.rbi +59 -0
  220. data/rbi/anthropic/models/beta/beta_browser_screenshot_config.rbi +59 -0
  221. data/rbi/anthropic/models/beta/beta_browser_scroll_config.rbi +59 -0
  222. data/rbi/anthropic/models/beta/beta_browser_scroll_to_config.rbi +59 -0
  223. data/rbi/anthropic/models/beta/beta_browser_state_block_param.rbi +120 -0
  224. data/rbi/anthropic/models/beta/beta_browser_state_change.rbi +69 -0
  225. data/rbi/anthropic/models/beta/beta_browser_state_change_download_completed.rbi +83 -0
  226. data/rbi/anthropic/models/beta/beta_browser_state_change_download_failed.rbi +70 -0
  227. data/rbi/anthropic/models/beta/beta_browser_state_change_download_started.rbi +54 -0
  228. data/rbi/anthropic/models/beta/beta_browser_state_change_tab_opened.rbi +44 -0
  229. data/rbi/anthropic/models/beta/beta_browser_state_tab_entry.rbi +74 -0
  230. data/rbi/anthropic/models/beta/beta_browser_switch_tab_config.rbi +59 -0
  231. data/rbi/anthropic/models/beta/beta_browser_toolset_20260801.rbi +169 -0
  232. data/rbi/anthropic/models/beta/beta_browser_toolset_configs.rbi +598 -0
  233. data/rbi/anthropic/models/beta/beta_browser_triple_click_config.rbi +59 -0
  234. data/rbi/anthropic/models/beta/beta_browser_type_config.rbi +59 -0
  235. data/rbi/anthropic/models/beta/beta_browser_wait_config.rbi +59 -0
  236. data/rbi/anthropic/models/beta/beta_browser_zoom_config.rbi +59 -0
  237. data/rbi/anthropic/models/beta/beta_computer_cursor_position_config.rbi +59 -0
  238. data/rbi/anthropic/models/beta/beta_computer_double_click_config.rbi +59 -0
  239. data/rbi/anthropic/models/beta/beta_computer_hold_key_config.rbi +59 -0
  240. data/rbi/anthropic/models/beta/beta_computer_key_config.rbi +59 -0
  241. data/rbi/anthropic/models/beta/beta_computer_left_click_config.rbi +59 -0
  242. data/rbi/anthropic/models/beta/beta_computer_left_click_drag_config.rbi +59 -0
  243. data/rbi/anthropic/models/beta/beta_computer_left_mouse_down_config.rbi +59 -0
  244. data/rbi/anthropic/models/beta/beta_computer_left_mouse_up_config.rbi +59 -0
  245. data/rbi/anthropic/models/beta/beta_computer_middle_click_config.rbi +59 -0
  246. data/rbi/anthropic/models/beta/beta_computer_mouse_move_config.rbi +59 -0
  247. data/rbi/anthropic/models/beta/beta_computer_right_click_config.rbi +59 -0
  248. data/rbi/anthropic/models/beta/beta_computer_screenshot_config.rbi +59 -0
  249. data/rbi/anthropic/models/beta/beta_computer_scroll_config.rbi +59 -0
  250. data/rbi/anthropic/models/beta/beta_computer_toolset_20260801.rbi +172 -0
  251. data/rbi/anthropic/models/beta/beta_computer_toolset_configs.rbi +362 -0
  252. data/rbi/anthropic/models/beta/beta_computer_triple_click_config.rbi +59 -0
  253. data/rbi/anthropic/models/beta/beta_computer_type_config.rbi +59 -0
  254. data/rbi/anthropic/models/beta/beta_computer_wait_config.rbi +59 -0
  255. data/rbi/anthropic/models/beta/beta_computer_zoom_config.rbi +59 -0
  256. data/rbi/anthropic/models/beta/beta_content_block.rbi +3 -0
  257. data/rbi/anthropic/models/beta/beta_content_block_param.rbi +10 -0
  258. data/rbi/anthropic/models/beta/beta_content_block_source_content.rbi +9 -2
  259. data/rbi/anthropic/models/beta/{deleted_file.rbi → beta_deleted_file.rbi} +20 -9
  260. data/rbi/anthropic/models/beta/{file_metadata.rbi → beta_file_metadata.rbi} +7 -2
  261. data/rbi/anthropic/models/beta/beta_image_block_param.rbi +27 -1
  262. data/rbi/anthropic/models/beta/beta_image_transformations_param.rbi +114 -0
  263. data/rbi/anthropic/models/beta/beta_raw_content_block_start_event.rbi +3 -0
  264. data/rbi/anthropic/models/beta/beta_tool_result_block_param.rbi +41 -4
  265. data/rbi/anthropic/models/beta/beta_tool_union.rbi +2 -0
  266. data/rbi/anthropic/models/beta/beta_tool_use_block.rbi +9 -1
  267. data/rbi/anthropic/models/beta/beta_tool_use_block_param.rbi +9 -1
  268. data/rbi/anthropic/models/beta/message_count_tokens_params.rbi +10 -0
  269. data/rbi/anthropic/models/beta/message_create_params.rbi +8 -0
  270. data/rbi/anthropic/models/beta/messages/batch_create_params.rbi +8 -0
  271. data/rbi/anthropic/models/browser_close_tab_config.rbi +52 -0
  272. data/rbi/anthropic/models/browser_double_click_config.rbi +55 -0
  273. data/rbi/anthropic/models/browser_file_upload_config.rbi +55 -0
  274. data/rbi/anthropic/models/browser_find_config.rbi +52 -0
  275. data/rbi/anthropic/models/browser_form_input_config.rbi +52 -0
  276. data/rbi/anthropic/models/browser_get_page_text_config.rbi +55 -0
  277. data/rbi/anthropic/models/browser_hold_key_config.rbi +52 -0
  278. data/rbi/anthropic/models/browser_hover_config.rbi +52 -0
  279. data/rbi/anthropic/models/browser_javascript_exec_config.rbi +55 -0
  280. data/rbi/anthropic/models/browser_key_config.rbi +52 -0
  281. data/rbi/anthropic/models/browser_left_click_config.rbi +52 -0
  282. data/rbi/anthropic/models/browser_left_click_drag_config.rbi +55 -0
  283. data/rbi/anthropic/models/browser_left_mouse_down_config.rbi +55 -0
  284. data/rbi/anthropic/models/browser_left_mouse_up_config.rbi +55 -0
  285. data/rbi/anthropic/models/browser_list_tabs_config.rbi +52 -0
  286. data/rbi/anthropic/models/browser_middle_click_config.rbi +55 -0
  287. data/rbi/anthropic/models/browser_mouse_move_config.rbi +52 -0
  288. data/rbi/anthropic/models/browser_navigate_config.rbi +52 -0
  289. data/rbi/anthropic/models/browser_new_tab_config.rbi +52 -0
  290. data/rbi/anthropic/models/browser_read_console_config.rbi +55 -0
  291. data/rbi/anthropic/models/browser_read_network_config.rbi +55 -0
  292. data/rbi/anthropic/models/browser_read_page_config.rbi +52 -0
  293. data/rbi/anthropic/models/browser_right_click_config.rbi +55 -0
  294. data/rbi/anthropic/models/browser_screenshot_config.rbi +55 -0
  295. data/rbi/anthropic/models/browser_scroll_config.rbi +52 -0
  296. data/rbi/anthropic/models/browser_scroll_to_config.rbi +52 -0
  297. data/rbi/anthropic/models/browser_state_block_param.rbi +110 -0
  298. data/rbi/anthropic/models/browser_state_change.rbi +63 -0
  299. data/rbi/anthropic/models/browser_state_change_download_completed.rbi +78 -0
  300. data/rbi/anthropic/models/browser_state_change_download_failed.rbi +65 -0
  301. data/rbi/anthropic/models/browser_state_change_download_started.rbi +49 -0
  302. data/rbi/anthropic/models/browser_state_change_tab_opened.rbi +40 -0
  303. data/rbi/anthropic/models/browser_state_tab_entry.rbi +67 -0
  304. data/rbi/anthropic/models/browser_switch_tab_config.rbi +52 -0
  305. data/rbi/anthropic/models/browser_toolset_20260801.rbi +150 -0
  306. data/rbi/anthropic/models/browser_toolset_configs.rbi +479 -0
  307. data/rbi/anthropic/models/browser_triple_click_config.rbi +55 -0
  308. data/rbi/anthropic/models/browser_type_config.rbi +52 -0
  309. data/rbi/anthropic/models/browser_wait_config.rbi +52 -0
  310. data/rbi/anthropic/models/browser_zoom_config.rbi +52 -0
  311. data/rbi/anthropic/models/computer_cursor_position_config.rbi +55 -0
  312. data/rbi/anthropic/models/computer_double_click_config.rbi +55 -0
  313. data/rbi/anthropic/models/computer_hold_key_config.rbi +52 -0
  314. data/rbi/anthropic/models/computer_key_config.rbi +52 -0
  315. data/rbi/anthropic/models/computer_left_click_config.rbi +55 -0
  316. data/rbi/anthropic/models/computer_left_click_drag_config.rbi +55 -0
  317. data/rbi/anthropic/models/computer_left_mouse_down_config.rbi +55 -0
  318. data/rbi/anthropic/models/computer_left_mouse_up_config.rbi +55 -0
  319. data/rbi/anthropic/models/computer_middle_click_config.rbi +55 -0
  320. data/rbi/anthropic/models/computer_mouse_move_config.rbi +55 -0
  321. data/rbi/anthropic/models/computer_right_click_config.rbi +55 -0
  322. data/rbi/anthropic/models/computer_screenshot_config.rbi +55 -0
  323. data/rbi/anthropic/models/computer_scroll_config.rbi +52 -0
  324. data/rbi/anthropic/models/computer_toolset_20260801.rbi +160 -0
  325. data/rbi/anthropic/models/computer_toolset_configs.rbi +284 -0
  326. data/rbi/anthropic/models/computer_triple_click_config.rbi +55 -0
  327. data/rbi/anthropic/models/computer_type_config.rbi +52 -0
  328. data/rbi/anthropic/models/computer_wait_config.rbi +52 -0
  329. data/rbi/anthropic/models/computer_zoom_config.rbi +52 -0
  330. data/rbi/anthropic/models/container.rbi +23 -3
  331. data/rbi/anthropic/models/container_params.rbi +46 -0
  332. data/rbi/anthropic/models/container_skill.rbi +75 -0
  333. data/rbi/anthropic/models/content_block.rbi +3 -0
  334. data/rbi/anthropic/models/content_block_param.rbi +14 -2
  335. data/rbi/anthropic/models/content_block_source_content.rbi +11 -3
  336. data/rbi/anthropic/models/deleted_file.rbi +69 -0
  337. data/rbi/anthropic/models/deleted_skill.rbi +41 -0
  338. data/rbi/anthropic/models/document_block_param.rbi +18 -6
  339. data/rbi/anthropic/models/file_delete_params.rbi +40 -0
  340. data/rbi/anthropic/models/file_document_source.rbi +26 -0
  341. data/rbi/anthropic/models/file_download_params.rbi +40 -0
  342. data/rbi/anthropic/models/file_image_source.rbi +26 -0
  343. data/rbi/anthropic/models/file_list_params.rbi +76 -0
  344. data/rbi/anthropic/models/file_metadata.rbi +108 -0
  345. data/rbi/anthropic/models/file_retrieve_metadata_params.rbi +43 -0
  346. data/rbi/anthropic/models/file_upload_params.rbi +56 -0
  347. data/rbi/anthropic/models/image_block_param.rbi +46 -7
  348. data/rbi/anthropic/models/image_transformations_param.rbi +107 -0
  349. data/rbi/anthropic/models/message_count_tokens_params.rbi +8 -0
  350. data/rbi/anthropic/models/message_count_tokens_tool.rbi +2 -0
  351. data/rbi/anthropic/models/message_create_params.rbi +12 -3
  352. data/rbi/anthropic/models/message_create_params_container.rbi +20 -0
  353. data/rbi/anthropic/models/messages/batch_create_params.rbi +15 -3
  354. data/rbi/anthropic/models/raw_content_block_start_event.rbi +3 -0
  355. data/rbi/anthropic/models/skill.rbi +114 -0
  356. data/rbi/anthropic/models/skill_create_params.rbi +61 -0
  357. data/rbi/anthropic/models/skill_delete_params.rbi +44 -0
  358. data/rbi/anthropic/models/skill_list_params.rbi +82 -0
  359. data/rbi/anthropic/models/skill_params.rbi +76 -0
  360. data/rbi/anthropic/models/skill_retrieve_params.rbi +44 -0
  361. data/rbi/anthropic/models/skill_source.rbi +76 -0
  362. data/rbi/anthropic/models/skills/deleted_skill_version.rbi +44 -0
  363. data/rbi/anthropic/models/skills/skill_version.rbi +101 -0
  364. data/rbi/anthropic/models/skills/version_create_params.rbi +66 -0
  365. data/rbi/anthropic/models/skills/version_delete_params.rbi +68 -0
  366. data/rbi/anthropic/models/skills/version_list_params.rbi +72 -0
  367. data/rbi/anthropic/models/skills/version_retrieve_params.rbi +68 -0
  368. data/rbi/anthropic/models/tool_result_block_param.rbi +42 -6
  369. data/rbi/anthropic/models/tool_union.rbi +2 -0
  370. data/rbi/anthropic/models/tool_use_block.rbi +9 -1
  371. data/rbi/anthropic/models/tool_use_block_param.rbi +9 -1
  372. data/rbi/anthropic/models.rbi +165 -0
  373. data/rbi/anthropic/resources/beta/files.rbi +6 -4
  374. data/rbi/anthropic/resources/beta/messages.rbi +410 -0
  375. data/rbi/anthropic/resources/files.rbi +99 -0
  376. data/rbi/anthropic/resources/messages.rbi +114 -89
  377. data/rbi/anthropic/resources/skills/versions.rbi +108 -0
  378. data/rbi/anthropic/resources/skills.rbi +99 -0
  379. data/sig/anthropic/client.rbs +4 -0
  380. data/sig/anthropic/helpers/bedrock/client.rbs +4 -0
  381. data/sig/anthropic/helpers/vertex/client.rbs +4 -0
  382. data/sig/anthropic/models/beta/beta_browser_close_tab_config.rbs +20 -0
  383. data/sig/anthropic/models/beta/beta_browser_double_click_config.rbs +20 -0
  384. data/sig/anthropic/models/beta/beta_browser_file_upload_config.rbs +20 -0
  385. data/sig/anthropic/models/beta/beta_browser_find_config.rbs +19 -0
  386. data/sig/anthropic/models/beta/beta_browser_form_input_config.rbs +20 -0
  387. data/sig/anthropic/models/beta/beta_browser_get_page_text_config.rbs +20 -0
  388. data/sig/anthropic/models/beta/beta_browser_hold_key_config.rbs +20 -0
  389. data/sig/anthropic/models/beta/beta_browser_hover_config.rbs +19 -0
  390. data/sig/anthropic/models/beta/beta_browser_javascript_exec_config.rbs +20 -0
  391. data/sig/anthropic/models/beta/beta_browser_key_config.rbs +19 -0
  392. data/sig/anthropic/models/beta/beta_browser_left_click_config.rbs +20 -0
  393. data/sig/anthropic/models/beta/beta_browser_left_click_drag_config.rbs +20 -0
  394. data/sig/anthropic/models/beta/beta_browser_left_mouse_down_config.rbs +20 -0
  395. data/sig/anthropic/models/beta/beta_browser_left_mouse_up_config.rbs +20 -0
  396. data/sig/anthropic/models/beta/beta_browser_list_tabs_config.rbs +20 -0
  397. data/sig/anthropic/models/beta/beta_browser_middle_click_config.rbs +20 -0
  398. data/sig/anthropic/models/beta/beta_browser_mouse_move_config.rbs +20 -0
  399. data/sig/anthropic/models/beta/beta_browser_navigate_config.rbs +20 -0
  400. data/sig/anthropic/models/beta/beta_browser_new_tab_config.rbs +20 -0
  401. data/sig/anthropic/models/beta/beta_browser_read_console_config.rbs +20 -0
  402. data/sig/anthropic/models/beta/beta_browser_read_network_config.rbs +20 -0
  403. data/sig/anthropic/models/beta/beta_browser_read_page_config.rbs +20 -0
  404. data/sig/anthropic/models/beta/beta_browser_right_click_config.rbs +20 -0
  405. data/sig/anthropic/models/beta/beta_browser_screenshot_config.rbs +20 -0
  406. data/sig/anthropic/models/beta/beta_browser_scroll_config.rbs +19 -0
  407. data/sig/anthropic/models/beta/beta_browser_scroll_to_config.rbs +20 -0
  408. data/sig/anthropic/models/beta/beta_browser_state_block_param.rbs +39 -0
  409. data/sig/anthropic/models/beta/beta_browser_state_change.rbs +52 -0
  410. data/sig/anthropic/models/beta/beta_browser_state_change_download_completed.rbs +44 -0
  411. data/sig/anthropic/models/beta/beta_browser_state_change_download_failed.rbs +39 -0
  412. data/sig/anthropic/models/beta/beta_browser_state_change_download_started.rbs +30 -0
  413. data/sig/anthropic/models/beta/beta_browser_state_change_tab_opened.rbs +20 -0
  414. data/sig/anthropic/models/beta/beta_browser_state_tab_entry.rbs +36 -0
  415. data/sig/anthropic/models/beta/beta_browser_switch_tab_config.rbs +20 -0
  416. data/sig/anthropic/models/beta/beta_browser_toolset_20260801.rbs +60 -0
  417. data/sig/anthropic/models/beta/beta_browser_toolset_configs.rbs +174 -0
  418. data/sig/anthropic/models/beta/beta_browser_triple_click_config.rbs +20 -0
  419. data/sig/anthropic/models/beta/beta_browser_type_config.rbs +19 -0
  420. data/sig/anthropic/models/beta/beta_browser_wait_config.rbs +19 -0
  421. data/sig/anthropic/models/beta/beta_browser_zoom_config.rbs +19 -0
  422. data/sig/anthropic/models/beta/beta_computer_cursor_position_config.rbs +20 -0
  423. data/sig/anthropic/models/beta/beta_computer_double_click_config.rbs +20 -0
  424. data/sig/anthropic/models/beta/beta_computer_hold_key_config.rbs +20 -0
  425. data/sig/anthropic/models/beta/beta_computer_key_config.rbs +19 -0
  426. data/sig/anthropic/models/beta/beta_computer_left_click_config.rbs +20 -0
  427. data/sig/anthropic/models/beta/beta_computer_left_click_drag_config.rbs +20 -0
  428. data/sig/anthropic/models/beta/beta_computer_left_mouse_down_config.rbs +20 -0
  429. data/sig/anthropic/models/beta/beta_computer_left_mouse_up_config.rbs +20 -0
  430. data/sig/anthropic/models/beta/beta_computer_middle_click_config.rbs +20 -0
  431. data/sig/anthropic/models/beta/beta_computer_mouse_move_config.rbs +20 -0
  432. data/sig/anthropic/models/beta/beta_computer_right_click_config.rbs +20 -0
  433. data/sig/anthropic/models/beta/beta_computer_screenshot_config.rbs +20 -0
  434. data/sig/anthropic/models/beta/beta_computer_scroll_config.rbs +20 -0
  435. data/sig/anthropic/models/beta/beta_computer_toolset_20260801.rbs +60 -0
  436. data/sig/anthropic/models/beta/beta_computer_toolset_configs.rbs +104 -0
  437. data/sig/anthropic/models/beta/beta_computer_triple_click_config.rbs +20 -0
  438. data/sig/anthropic/models/beta/beta_computer_type_config.rbs +19 -0
  439. data/sig/anthropic/models/beta/beta_computer_wait_config.rbs +19 -0
  440. data/sig/anthropic/models/beta/beta_computer_zoom_config.rbs +19 -0
  441. data/sig/anthropic/models/beta/beta_content_block.rbs +3 -1
  442. data/sig/anthropic/models/beta/beta_content_block_param.rbs +8 -3
  443. data/sig/anthropic/models/beta/beta_content_block_source_content.rbs +4 -2
  444. data/sig/anthropic/models/beta/beta_deleted_file.rbs +40 -0
  445. data/sig/anthropic/models/beta/{file_metadata.rbs → beta_file_metadata.rbs} +4 -2
  446. data/sig/anthropic/models/beta/beta_image_block_param.rbs +7 -2
  447. data/sig/anthropic/models/beta/beta_image_transformations_param.rbs +39 -0
  448. data/sig/anthropic/models/beta/beta_raw_content_block_start_event.rbs +3 -1
  449. data/sig/anthropic/models/beta/beta_tool_result_block_param.rbs +20 -4
  450. data/sig/anthropic/models/beta/beta_tool_union.rbs +2 -0
  451. data/sig/anthropic/models/beta/beta_tool_use_block.rbs +7 -2
  452. data/sig/anthropic/models/beta/beta_tool_use_block_param.rbs +7 -2
  453. data/sig/anthropic/models/beta/message_count_tokens_params.rbs +2 -0
  454. data/sig/anthropic/models/browser_close_tab_config.rbs +15 -0
  455. data/sig/anthropic/models/browser_double_click_config.rbs +15 -0
  456. data/sig/anthropic/models/browser_file_upload_config.rbs +15 -0
  457. data/sig/anthropic/models/browser_find_config.rbs +15 -0
  458. data/sig/anthropic/models/browser_form_input_config.rbs +15 -0
  459. data/sig/anthropic/models/browser_get_page_text_config.rbs +15 -0
  460. data/sig/anthropic/models/browser_hold_key_config.rbs +15 -0
  461. data/sig/anthropic/models/browser_hover_config.rbs +15 -0
  462. data/sig/anthropic/models/browser_javascript_exec_config.rbs +16 -0
  463. data/sig/anthropic/models/browser_key_config.rbs +15 -0
  464. data/sig/anthropic/models/browser_left_click_config.rbs +15 -0
  465. data/sig/anthropic/models/browser_left_click_drag_config.rbs +16 -0
  466. data/sig/anthropic/models/browser_left_mouse_down_config.rbs +16 -0
  467. data/sig/anthropic/models/browser_left_mouse_up_config.rbs +15 -0
  468. data/sig/anthropic/models/browser_list_tabs_config.rbs +15 -0
  469. data/sig/anthropic/models/browser_middle_click_config.rbs +15 -0
  470. data/sig/anthropic/models/browser_mouse_move_config.rbs +15 -0
  471. data/sig/anthropic/models/browser_navigate_config.rbs +15 -0
  472. data/sig/anthropic/models/browser_new_tab_config.rbs +15 -0
  473. data/sig/anthropic/models/browser_read_console_config.rbs +15 -0
  474. data/sig/anthropic/models/browser_read_network_config.rbs +15 -0
  475. data/sig/anthropic/models/browser_read_page_config.rbs +15 -0
  476. data/sig/anthropic/models/browser_right_click_config.rbs +15 -0
  477. data/sig/anthropic/models/browser_screenshot_config.rbs +15 -0
  478. data/sig/anthropic/models/browser_scroll_config.rbs +15 -0
  479. data/sig/anthropic/models/browser_scroll_to_config.rbs +15 -0
  480. data/sig/anthropic/models/browser_state_block_param.rbs +35 -0
  481. data/sig/anthropic/models/browser_state_change.rbs +48 -0
  482. data/sig/anthropic/models/browser_state_change_download_completed.rbs +40 -0
  483. data/sig/anthropic/models/browser_state_change_download_failed.rbs +35 -0
  484. data/sig/anthropic/models/browser_state_change_download_started.rbs +26 -0
  485. data/sig/anthropic/models/browser_state_change_tab_opened.rbs +15 -0
  486. data/sig/anthropic/models/browser_state_tab_entry.rbs +32 -0
  487. data/sig/anthropic/models/browser_switch_tab_config.rbs +15 -0
  488. data/sig/anthropic/models/browser_toolset_20260801.rbs +56 -0
  489. data/sig/anthropic/models/browser_toolset_configs.rbs +170 -0
  490. data/sig/anthropic/models/browser_triple_click_config.rbs +15 -0
  491. data/sig/anthropic/models/browser_type_config.rbs +15 -0
  492. data/sig/anthropic/models/browser_wait_config.rbs +15 -0
  493. data/sig/anthropic/models/browser_zoom_config.rbs +15 -0
  494. data/sig/anthropic/models/computer_cursor_position_config.rbs +16 -0
  495. data/sig/anthropic/models/computer_double_click_config.rbs +15 -0
  496. data/sig/anthropic/models/computer_hold_key_config.rbs +15 -0
  497. data/sig/anthropic/models/computer_key_config.rbs +15 -0
  498. data/sig/anthropic/models/computer_left_click_config.rbs +15 -0
  499. data/sig/anthropic/models/computer_left_click_drag_config.rbs +16 -0
  500. data/sig/anthropic/models/computer_left_mouse_down_config.rbs +16 -0
  501. data/sig/anthropic/models/computer_left_mouse_up_config.rbs +16 -0
  502. data/sig/anthropic/models/computer_middle_click_config.rbs +15 -0
  503. data/sig/anthropic/models/computer_mouse_move_config.rbs +15 -0
  504. data/sig/anthropic/models/computer_right_click_config.rbs +15 -0
  505. data/sig/anthropic/models/computer_screenshot_config.rbs +15 -0
  506. data/sig/anthropic/models/computer_scroll_config.rbs +15 -0
  507. data/sig/anthropic/models/computer_toolset_20260801.rbs +56 -0
  508. data/sig/anthropic/models/computer_toolset_configs.rbs +100 -0
  509. data/sig/anthropic/models/computer_triple_click_config.rbs +15 -0
  510. data/sig/anthropic/models/computer_type_config.rbs +15 -0
  511. data/sig/anthropic/models/computer_wait_config.rbs +15 -0
  512. data/sig/anthropic/models/computer_zoom_config.rbs +15 -0
  513. data/sig/anthropic/models/container.rbs +18 -3
  514. data/sig/anthropic/models/container_params.rbs +19 -0
  515. data/sig/anthropic/models/container_skill.rbs +41 -0
  516. data/sig/anthropic/models/content_block.rbs +3 -1
  517. data/sig/anthropic/models/content_block_param.rbs +8 -3
  518. data/sig/anthropic/models/content_block_source_content.rbs +4 -2
  519. data/sig/anthropic/models/deleted_file.rbs +36 -0
  520. data/sig/anthropic/models/deleted_skill.rbs +15 -0
  521. data/sig/anthropic/models/document_block_param.rbs +7 -1
  522. data/sig/anthropic/models/file_delete_params.rbs +23 -0
  523. data/sig/anthropic/models/file_document_source.rbs +15 -0
  524. data/sig/anthropic/models/file_download_params.rbs +23 -0
  525. data/sig/anthropic/models/file_image_source.rbs +15 -0
  526. data/sig/anthropic/models/file_list_params.rbs +34 -0
  527. data/sig/anthropic/models/file_metadata.rbs +57 -0
  528. data/sig/anthropic/models/file_retrieve_metadata_params.rbs +23 -0
  529. data/sig/anthropic/models/file_upload_params.rbs +30 -0
  530. data/sig/anthropic/models/image_block_param.rbs +17 -4
  531. data/sig/anthropic/models/image_transformations_param.rbs +35 -0
  532. data/sig/anthropic/models/message_count_tokens_tool.rbs +2 -0
  533. data/sig/anthropic/models/message_create_params.rbs +4 -4
  534. data/sig/anthropic/models/message_create_params_container.rbs +11 -0
  535. data/sig/anthropic/models/messages/batch_create_params.rbs +4 -4
  536. data/sig/anthropic/models/raw_content_block_start_event.rbs +3 -1
  537. data/sig/anthropic/models/skill.rbs +50 -0
  538. data/sig/anthropic/models/skill_create_params.rbs +28 -0
  539. data/sig/anthropic/models/skill_delete_params.rbs +23 -0
  540. data/sig/anthropic/models/skill_list_params.rbs +34 -0
  541. data/sig/anthropic/models/skill_params.rbs +43 -0
  542. data/sig/anthropic/models/skill_retrieve_params.rbs +23 -0
  543. data/sig/anthropic/models/skill_source.rbs +26 -0
  544. data/sig/anthropic/models/skills/deleted_skill_version.rbs +17 -0
  545. data/sig/anthropic/models/skills/skill_version.rbs +49 -0
  546. data/sig/anthropic/models/skills/version_create_params.rbs +30 -0
  547. data/sig/anthropic/models/skills/version_delete_params.rbs +30 -0
  548. data/sig/anthropic/models/skills/version_list_params.rbs +34 -0
  549. data/sig/anthropic/models/skills/version_retrieve_params.rbs +30 -0
  550. data/sig/anthropic/models/tool_result_block_param.rbs +20 -4
  551. data/sig/anthropic/models/tool_union.rbs +2 -0
  552. data/sig/anthropic/models/tool_use_block.rbs +7 -2
  553. data/sig/anthropic/models/tool_use_block_param.rbs +7 -2
  554. data/sig/anthropic/models.rbs +162 -0
  555. data/sig/anthropic/resources/beta/files.rbs +4 -4
  556. data/sig/anthropic/resources/beta/messages.rbs +30 -0
  557. data/sig/anthropic/resources/files.rbs +35 -0
  558. data/sig/anthropic/resources/messages.rbs +24 -2
  559. data/sig/anthropic/resources/skills/versions.rbs +34 -0
  560. data/sig/anthropic/resources/skills.rbs +32 -0
  561. metadata +454 -7
  562. data/sig/anthropic/models/beta/deleted_file.rbs +0 -38
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9a5ec69ebe4f2fe1d743013098cb879401a601825c244fdb587b36c055ebfc5
4
- data.tar.gz: de874bbfc686b83f328bccdc1a95f8a4e5211ad6f73895d4f117ffd9e6faf260
3
+ metadata.gz: ad0ef5c32d9d691658af3ae03447f5b7f95fc6e465289ee7ed16241291eead35
4
+ data.tar.gz: b0416a43c72a856f25de648b7c80fab4d39ac47e90b806371b3a528859a247c7
5
5
  SHA512:
6
- metadata.gz: 79022be4b042788f7586f77a3ab32f3036bd82733505afbe387aae2f709e3db1de135ab2de906f561915a417aa73c19576c8564c7ba1632e746b620ec358b8e4
7
- data.tar.gz: cd8af8f0f3577f4558b8126607b2de05bd994584fe549792af7434eb7b791f25eda4ead4ea583b233b3bf73c2f07ed4f03ebf21338dd55af1a33bee77dd150e5
6
+ metadata.gz: 9a8808ba9f011ef4edd886a228ba9703173c24aaaa32382943ce2419cb9567ebc0ea2a0e192f309379b08c374e11976636ca497a94917d0d7f2d25f6e0e024be
7
+ data.tar.gz: f530d3910184fea8dbc75a79367d0e5d07b3a42fbf556a2a2e84d2a295d36f4b9797966e572402f03790f7bc13f7b4398fa9f5446cfc54fc38fc169f9ed54fe6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.64.0 (2026-08-19)
4
+
5
+ Full Changelog: [v1.63.0...v1.64.0](https://github.com/anthropics/anthropic-sdk-ruby/compare/v1.63.0...v1.64.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** Files and Skills APIs are now GA; add computer use and browser use toolsets ([6878cd5](https://github.com/anthropics/anthropic-sdk-ruby/commit/6878cd5099c99f5dc8e600ec71a40b9194d384d7))
10
+
3
11
  ## 1.63.0 (2026-08-18)
4
12
 
5
13
  Full Changelog: [v1.62.0...v1.63.0](https://github.com/anthropics/anthropic-sdk-ruby/compare/v1.62.0...v1.63.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ Add to your application's Gemfile:
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "anthropic", "~> 1.63.0"
18
+ gem "anthropic", "~> 1.64.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -76,6 +76,12 @@ module Anthropic
76
76
  # @return [Anthropic::Resources::Models]
77
77
  attr_reader :models
78
78
 
79
+ # @return [Anthropic::Resources::Files]
80
+ attr_reader :files
81
+
82
+ # @return [Anthropic::Resources::Skills]
83
+ attr_reader :skills
84
+
79
85
  # @return [Anthropic::Resources::Beta]
80
86
  attr_reader :beta
81
87
 
@@ -283,6 +289,8 @@ module Anthropic
283
289
  @completions = Anthropic::Resources::Completions.new(client: self)
284
290
  @messages = Anthropic::Resources::Messages.new(client: self)
285
291
  @models = Anthropic::Resources::Models.new(client: self)
292
+ @files = Anthropic::Resources::Files.new(client: self)
293
+ @skills = Anthropic::Resources::Skills.new(client: self)
286
294
  @beta = Anthropic::Resources::Beta.new(client: self)
287
295
  end
288
296
 
@@ -155,6 +155,14 @@ module Anthropic
155
155
  raise NotImplementedError.new(message)
156
156
  end
157
157
 
158
+ def files
159
+ raise NotImplementedError, "Files are not supported on Bedrock."
160
+ end
161
+
162
+ def skills
163
+ raise NotImplementedError, "Skills are not supported on Bedrock."
164
+ end
165
+
158
166
  # @api private
159
167
  #
160
168
  # @param req [Hash{Symbol=>Object}] .
@@ -113,6 +113,18 @@ module Anthropic
113
113
  "Models listing is not supported on Bedrock Mantle. Only Messages (/v1/messages) is supported."
114
114
  end
115
115
 
116
+ # Files are not supported on Bedrock Mantle. Only Messages (/v1/messages) is supported.
117
+ def files
118
+ raise NotImplementedError,
119
+ "Files are not supported on Bedrock Mantle. Only Messages (/v1/messages) is supported."
120
+ end
121
+
122
+ # Skills are not supported on Bedrock Mantle. Only Messages (/v1/messages) is supported.
123
+ def skills
124
+ raise NotImplementedError,
125
+ "Skills are not supported on Bedrock Mantle. Only Messages (/v1/messages) is supported."
126
+ end
127
+
116
128
  # @api private
117
129
  #
118
130
  # @return [#call]
@@ -127,6 +127,14 @@ module Anthropic
127
127
  # @return [Boolean]
128
128
  private def resolve_default_credentials? = false
129
129
 
130
+ def files
131
+ raise NotImplementedError, "Files are not supported on Vertex."
132
+ end
133
+
134
+ def skills
135
+ raise NotImplementedError, "Skills are not supported on Vertex."
136
+ end
137
+
130
138
  # @api private
131
139
  #
132
140
  # @param req [Hash{Symbol=>Object}] .
@@ -10,8 +10,8 @@ module Anthropic
10
10
  # end
11
11
  #
12
12
  # @example
13
- # page_cursor.auto_paging_each do |agent|
14
- # puts(agent)
13
+ # page_cursor.auto_paging_each do |file|
14
+ # puts(file)
15
15
  # end
16
16
  class PageCursor
17
17
  include Anthropic::Internal::Type::BasePage
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserCloseTabConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `close_tab`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserCloseTabConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserCloseTabConfig = Beta::BetaBrowserCloseTabConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserDoubleClickConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `double_click`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserDoubleClickConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserDoubleClickConfig = Beta::BetaBrowserDoubleClickConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserFileUploadConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `file_upload`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserFileUploadConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserFileUploadConfig = Beta::BetaBrowserFileUploadConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserFindConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `find`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserFindConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserFindConfig = Beta::BetaBrowserFindConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserFormInputConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `form_input`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserFormInputConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserFormInputConfig = Beta::BetaBrowserFormInputConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserGetPageTextConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `get_page_text`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserGetPageTextConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserGetPageTextConfig = Beta::BetaBrowserGetPageTextConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserHoldKeyConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `hold_key`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserHoldKeyConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserHoldKeyConfig = Beta::BetaBrowserHoldKeyConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserHoverConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `hover`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserHoverConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserHoverConfig = Beta::BetaBrowserHoverConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserJavascriptExecConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `javascript_exec`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserJavascriptExecConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserJavascriptExecConfig = Beta::BetaBrowserJavascriptExecConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserKeyConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `key`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserKeyConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserKeyConfig = Beta::BetaBrowserKeyConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserLeftClickConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `left_click`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserLeftClickConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserLeftClickConfig = Beta::BetaBrowserLeftClickConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserLeftClickDragConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `left_click_drag`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserLeftClickDragConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserLeftClickDragConfig = Beta::BetaBrowserLeftClickDragConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserLeftMouseDownConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `left_mouse_down`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserLeftMouseDownConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserLeftMouseDownConfig = Beta::BetaBrowserLeftMouseDownConfig
35
+ end
36
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Anthropic
4
+ module Models
5
+ module Beta
6
+ class BetaBrowserLeftMouseUpConfig < Anthropic::Internal::Type::BaseModel
7
+ # @!attribute defer_loading
8
+ # Defer loading for this member. Must resolve to the same value on every enabled
9
+ # member of the toolset.
10
+ #
11
+ # @return [Boolean, nil]
12
+ optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true
13
+
14
+ # @!attribute enabled
15
+ # Whether this member is offered to the model. Default is per member, per the
16
+ # toolset's documentation. A member whose enabled resolves false is withheld from
17
+ # the served schema.
18
+ #
19
+ # @return [Boolean, nil]
20
+ optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true
21
+
22
+ # @!method initialize(defer_loading: nil, enabled: nil)
23
+ # `left_mouse_up`'s config overrides.
24
+ #
25
+ # Some parameter documentations has been truncated, see
26
+ # {Anthropic::Models::Beta::BetaBrowserLeftMouseUpConfig} for more details.
27
+ #
28
+ # @param defer_loading [Boolean, nil] Defer loading for this member. Must resolve to the same value on every enabled m
29
+ #
30
+ # @param enabled [Boolean, nil] Whether this member is offered to the model. Default is per member, per the tool
31
+ end
32
+ end
33
+
34
+ BetaBrowserLeftMouseUpConfig = Beta::BetaBrowserLeftMouseUpConfig
35
+ end
36
+ end