google-genai 1.55.0__py3-none-any.whl → 1.56.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.
Files changed (241) hide show
  1. google/genai/_interactions/_base_client.py +8 -2
  2. google/genai/_interactions/resources/interactions.py +6 -6
  3. google/genai/_interactions/types/__init__.py +2 -0
  4. google/genai/_interactions/types/audio_content.py +0 -1
  5. google/genai/_interactions/types/audio_content_param.py +0 -1
  6. google/genai/_interactions/types/code_execution_call_content.py +0 -1
  7. google/genai/_interactions/types/code_execution_call_content_param.py +0 -1
  8. google/genai/_interactions/types/code_execution_result_content.py +0 -1
  9. google/genai/_interactions/types/code_execution_result_content_param.py +0 -1
  10. google/genai/_interactions/types/content_delta.py +7 -23
  11. google/genai/_interactions/types/deep_research_agent_config.py +0 -1
  12. google/genai/_interactions/types/deep_research_agent_config_param.py +0 -1
  13. google/genai/_interactions/types/document_content.py +3 -2
  14. google/genai/_interactions/types/document_content_param.py +3 -2
  15. google/genai/{tests/__init__.py → _interactions/types/document_mime_type.py} +5 -3
  16. google/genai/{tests/afc/__init__.py → _interactions/types/document_mime_type_param.py} +8 -4
  17. google/genai/_interactions/types/dynamic_agent_config.py +0 -1
  18. google/genai/_interactions/types/dynamic_agent_config_param.py +0 -1
  19. google/genai/_interactions/types/file_search_result_content.py +0 -1
  20. google/genai/_interactions/types/file_search_result_content_param.py +0 -1
  21. google/genai/_interactions/types/function_call_content.py +0 -1
  22. google/genai/_interactions/types/function_call_content_param.py +0 -1
  23. google/genai/_interactions/types/function_result_content.py +1 -2
  24. google/genai/_interactions/types/function_result_content_param.py +1 -2
  25. google/genai/_interactions/types/google_search_call_content.py +0 -1
  26. google/genai/_interactions/types/google_search_call_content_param.py +0 -1
  27. google/genai/_interactions/types/google_search_result_content.py +0 -1
  28. google/genai/_interactions/types/google_search_result_content_param.py +0 -1
  29. google/genai/_interactions/types/image_content.py +1 -2
  30. google/genai/_interactions/types/image_content_param.py +1 -2
  31. google/genai/_interactions/types/mcp_server_tool_call_content.py +0 -1
  32. google/genai/_interactions/types/mcp_server_tool_call_content_param.py +0 -1
  33. google/genai/_interactions/types/mcp_server_tool_result_content.py +1 -2
  34. google/genai/_interactions/types/mcp_server_tool_result_content_param.py +1 -2
  35. google/genai/_interactions/types/text_content.py +0 -1
  36. google/genai/_interactions/types/text_content_param.py +0 -1
  37. google/genai/_interactions/types/thinking_level.py +1 -1
  38. google/genai/_interactions/types/thought_content.py +0 -1
  39. google/genai/_interactions/types/thought_content_param.py +0 -1
  40. google/genai/_interactions/types/url_context_call_content.py +0 -1
  41. google/genai/_interactions/types/url_context_call_content_param.py +0 -1
  42. google/genai/_interactions/types/url_context_result_content.py +0 -1
  43. google/genai/_interactions/types/url_context_result_content_param.py +0 -1
  44. google/genai/_interactions/types/video_content.py +1 -2
  45. google/genai/_interactions/types/video_content_param.py +1 -2
  46. google/genai/_live_converters.py +2 -30
  47. google/genai/client.py +3 -1
  48. google/genai/models.py +2 -29
  49. google/genai/tunings.py +1 -27
  50. google/genai/types.py +20 -22
  51. google/genai/version.py +1 -1
  52. {google_genai-1.55.0.dist-info → google_genai-1.56.0.dist-info}/METADATA +224 -22
  53. google_genai-1.56.0.dist-info/RECORD +162 -0
  54. google/genai/tests/afc/test_convert_if_exist_pydantic_model.py +0 -309
  55. google/genai/tests/afc/test_convert_number_values_for_function_call_args.py +0 -63
  56. google/genai/tests/afc/test_find_afc_incompatible_tool_indexes.py +0 -240
  57. google/genai/tests/afc/test_generate_content_stream_afc.py +0 -530
  58. google/genai/tests/afc/test_generate_content_stream_afc_thoughts.py +0 -77
  59. google/genai/tests/afc/test_get_function_map.py +0 -176
  60. google/genai/tests/afc/test_get_function_response_parts.py +0 -277
  61. google/genai/tests/afc/test_get_max_remote_calls_for_afc.py +0 -130
  62. google/genai/tests/afc/test_invoke_function_from_dict_args.py +0 -241
  63. google/genai/tests/afc/test_raise_error_for_afc_incompatible_config.py +0 -159
  64. google/genai/tests/afc/test_should_append_afc_history.py +0 -53
  65. google/genai/tests/afc/test_should_disable_afc.py +0 -214
  66. google/genai/tests/batches/__init__.py +0 -17
  67. google/genai/tests/batches/test_cancel.py +0 -77
  68. google/genai/tests/batches/test_create.py +0 -78
  69. google/genai/tests/batches/test_create_with_bigquery.py +0 -113
  70. google/genai/tests/batches/test_create_with_file.py +0 -82
  71. google/genai/tests/batches/test_create_with_gcs.py +0 -125
  72. google/genai/tests/batches/test_create_with_inlined_requests.py +0 -255
  73. google/genai/tests/batches/test_delete.py +0 -86
  74. google/genai/tests/batches/test_embedding.py +0 -157
  75. google/genai/tests/batches/test_get.py +0 -78
  76. google/genai/tests/batches/test_list.py +0 -79
  77. google/genai/tests/caches/__init__.py +0 -17
  78. google/genai/tests/caches/constants.py +0 -29
  79. google/genai/tests/caches/test_create.py +0 -210
  80. google/genai/tests/caches/test_create_custom_url.py +0 -105
  81. google/genai/tests/caches/test_delete.py +0 -54
  82. google/genai/tests/caches/test_delete_custom_url.py +0 -52
  83. google/genai/tests/caches/test_get.py +0 -94
  84. google/genai/tests/caches/test_get_custom_url.py +0 -52
  85. google/genai/tests/caches/test_list.py +0 -68
  86. google/genai/tests/caches/test_update.py +0 -70
  87. google/genai/tests/caches/test_update_custom_url.py +0 -58
  88. google/genai/tests/chats/__init__.py +0 -1
  89. google/genai/tests/chats/test_get_history.py +0 -597
  90. google/genai/tests/chats/test_send_message.py +0 -844
  91. google/genai/tests/chats/test_validate_response.py +0 -90
  92. google/genai/tests/client/__init__.py +0 -17
  93. google/genai/tests/client/test_async_stream.py +0 -427
  94. google/genai/tests/client/test_client_close.py +0 -197
  95. google/genai/tests/client/test_client_initialization.py +0 -1687
  96. google/genai/tests/client/test_client_requests.py +0 -355
  97. google/genai/tests/client/test_custom_client.py +0 -77
  98. google/genai/tests/client/test_http_options.py +0 -178
  99. google/genai/tests/client/test_replay_client_equality.py +0 -168
  100. google/genai/tests/client/test_retries.py +0 -846
  101. google/genai/tests/client/test_upload_errors.py +0 -136
  102. google/genai/tests/common/__init__.py +0 -17
  103. google/genai/tests/common/test_common.py +0 -954
  104. google/genai/tests/conftest.py +0 -162
  105. google/genai/tests/documents/__init__.py +0 -17
  106. google/genai/tests/documents/test_delete.py +0 -51
  107. google/genai/tests/documents/test_get.py +0 -85
  108. google/genai/tests/documents/test_list.py +0 -72
  109. google/genai/tests/errors/__init__.py +0 -1
  110. google/genai/tests/errors/test_api_error.py +0 -417
  111. google/genai/tests/file_search_stores/__init__.py +0 -17
  112. google/genai/tests/file_search_stores/test_create.py +0 -66
  113. google/genai/tests/file_search_stores/test_delete.py +0 -64
  114. google/genai/tests/file_search_stores/test_get.py +0 -94
  115. google/genai/tests/file_search_stores/test_import_file.py +0 -112
  116. google/genai/tests/file_search_stores/test_list.py +0 -57
  117. google/genai/tests/file_search_stores/test_upload_to_file_search_store.py +0 -141
  118. google/genai/tests/files/__init__.py +0 -17
  119. google/genai/tests/files/test_delete.py +0 -46
  120. google/genai/tests/files/test_download.py +0 -85
  121. google/genai/tests/files/test_get.py +0 -46
  122. google/genai/tests/files/test_list.py +0 -72
  123. google/genai/tests/files/test_upload.py +0 -255
  124. google/genai/tests/imports/test_no_optional_imports.py +0 -28
  125. google/genai/tests/interactions/test_integration.py +0 -80
  126. google/genai/tests/live/__init__.py +0 -16
  127. google/genai/tests/live/test_live.py +0 -2177
  128. google/genai/tests/live/test_live_music.py +0 -362
  129. google/genai/tests/live/test_live_response.py +0 -163
  130. google/genai/tests/live/test_send_client_content.py +0 -147
  131. google/genai/tests/live/test_send_realtime_input.py +0 -268
  132. google/genai/tests/live/test_send_tool_response.py +0 -222
  133. google/genai/tests/local_tokenizer/__init__.py +0 -17
  134. google/genai/tests/local_tokenizer/test_local_tokenizer.py +0 -343
  135. google/genai/tests/local_tokenizer/test_local_tokenizer_loader.py +0 -235
  136. google/genai/tests/mcp/__init__.py +0 -17
  137. google/genai/tests/mcp/test_has_mcp_tool_usage.py +0 -89
  138. google/genai/tests/mcp/test_mcp_to_gemini_tools.py +0 -191
  139. google/genai/tests/mcp/test_parse_config_for_mcp_sessions.py +0 -201
  140. google/genai/tests/mcp/test_parse_config_for_mcp_usage.py +0 -130
  141. google/genai/tests/mcp/test_set_mcp_usage_header.py +0 -72
  142. google/genai/tests/models/__init__.py +0 -17
  143. google/genai/tests/models/constants.py +0 -8
  144. google/genai/tests/models/test_compute_tokens.py +0 -120
  145. google/genai/tests/models/test_count_tokens.py +0 -159
  146. google/genai/tests/models/test_delete.py +0 -107
  147. google/genai/tests/models/test_edit_image.py +0 -264
  148. google/genai/tests/models/test_embed_content.py +0 -94
  149. google/genai/tests/models/test_function_call_streaming.py +0 -442
  150. google/genai/tests/models/test_generate_content.py +0 -2502
  151. google/genai/tests/models/test_generate_content_cached_content.py +0 -132
  152. google/genai/tests/models/test_generate_content_config_zero_value.py +0 -103
  153. google/genai/tests/models/test_generate_content_from_apikey.py +0 -44
  154. google/genai/tests/models/test_generate_content_http_options.py +0 -40
  155. google/genai/tests/models/test_generate_content_image_generation.py +0 -143
  156. google/genai/tests/models/test_generate_content_mcp.py +0 -343
  157. google/genai/tests/models/test_generate_content_media_resolution.py +0 -97
  158. google/genai/tests/models/test_generate_content_model.py +0 -139
  159. google/genai/tests/models/test_generate_content_part.py +0 -821
  160. google/genai/tests/models/test_generate_content_thought.py +0 -76
  161. google/genai/tests/models/test_generate_content_tools.py +0 -1761
  162. google/genai/tests/models/test_generate_images.py +0 -191
  163. google/genai/tests/models/test_generate_videos.py +0 -759
  164. google/genai/tests/models/test_get.py +0 -104
  165. google/genai/tests/models/test_list.py +0 -233
  166. google/genai/tests/models/test_recontext_image.py +0 -189
  167. google/genai/tests/models/test_segment_image.py +0 -148
  168. google/genai/tests/models/test_update.py +0 -95
  169. google/genai/tests/models/test_upscale_image.py +0 -157
  170. google/genai/tests/operations/__init__.py +0 -17
  171. google/genai/tests/operations/test_get.py +0 -38
  172. google/genai/tests/public_samples/__init__.py +0 -17
  173. google/genai/tests/public_samples/test_gemini_text_only.py +0 -34
  174. google/genai/tests/pytest_helper.py +0 -229
  175. google/genai/tests/shared/__init__.py +0 -16
  176. google/genai/tests/shared/batches/__init__.py +0 -14
  177. google/genai/tests/shared/batches/test_create_delete.py +0 -57
  178. google/genai/tests/shared/batches/test_create_get_cancel.py +0 -56
  179. google/genai/tests/shared/batches/test_list.py +0 -40
  180. google/genai/tests/shared/caches/__init__.py +0 -14
  181. google/genai/tests/shared/caches/test_create_get_delete.py +0 -67
  182. google/genai/tests/shared/caches/test_create_update_get.py +0 -71
  183. google/genai/tests/shared/caches/test_list.py +0 -40
  184. google/genai/tests/shared/chats/__init__.py +0 -14
  185. google/genai/tests/shared/chats/test_send_message.py +0 -48
  186. google/genai/tests/shared/chats/test_send_message_stream.py +0 -50
  187. google/genai/tests/shared/files/__init__.py +0 -14
  188. google/genai/tests/shared/files/test_list.py +0 -41
  189. google/genai/tests/shared/files/test_upload_get_delete.py +0 -54
  190. google/genai/tests/shared/models/__init__.py +0 -14
  191. google/genai/tests/shared/models/test_compute_tokens.py +0 -41
  192. google/genai/tests/shared/models/test_count_tokens.py +0 -40
  193. google/genai/tests/shared/models/test_edit_image.py +0 -67
  194. google/genai/tests/shared/models/test_embed.py +0 -40
  195. google/genai/tests/shared/models/test_generate_content.py +0 -39
  196. google/genai/tests/shared/models/test_generate_content_stream.py +0 -54
  197. google/genai/tests/shared/models/test_generate_images.py +0 -40
  198. google/genai/tests/shared/models/test_generate_videos.py +0 -38
  199. google/genai/tests/shared/models/test_list.py +0 -37
  200. google/genai/tests/shared/models/test_recontext_image.py +0 -55
  201. google/genai/tests/shared/models/test_segment_image.py +0 -52
  202. google/genai/tests/shared/models/test_upscale_image.py +0 -52
  203. google/genai/tests/shared/tunings/__init__.py +0 -16
  204. google/genai/tests/shared/tunings/test_create.py +0 -46
  205. google/genai/tests/shared/tunings/test_create_get_cancel.py +0 -56
  206. google/genai/tests/shared/tunings/test_list.py +0 -39
  207. google/genai/tests/tokens/__init__.py +0 -16
  208. google/genai/tests/tokens/test_create.py +0 -154
  209. google/genai/tests/transformers/__init__.py +0 -17
  210. google/genai/tests/transformers/test_blobs.py +0 -71
  211. google/genai/tests/transformers/test_bytes.py +0 -15
  212. google/genai/tests/transformers/test_duck_type.py +0 -96
  213. google/genai/tests/transformers/test_function_responses.py +0 -72
  214. google/genai/tests/transformers/test_schema.py +0 -653
  215. google/genai/tests/transformers/test_t_batch.py +0 -286
  216. google/genai/tests/transformers/test_t_content.py +0 -160
  217. google/genai/tests/transformers/test_t_contents.py +0 -398
  218. google/genai/tests/transformers/test_t_part.py +0 -85
  219. google/genai/tests/transformers/test_t_parts.py +0 -87
  220. google/genai/tests/transformers/test_t_tool.py +0 -157
  221. google/genai/tests/transformers/test_t_tools.py +0 -195
  222. google/genai/tests/tunings/__init__.py +0 -16
  223. google/genai/tests/tunings/test_cancel.py +0 -39
  224. google/genai/tests/tunings/test_end_to_end.py +0 -106
  225. google/genai/tests/tunings/test_get.py +0 -67
  226. google/genai/tests/tunings/test_list.py +0 -75
  227. google/genai/tests/tunings/test_tune.py +0 -268
  228. google/genai/tests/types/__init__.py +0 -16
  229. google/genai/tests/types/test_bytes_internal.py +0 -271
  230. google/genai/tests/types/test_bytes_type.py +0 -152
  231. google/genai/tests/types/test_future.py +0 -101
  232. google/genai/tests/types/test_optional_types.py +0 -36
  233. google/genai/tests/types/test_part_type.py +0 -616
  234. google/genai/tests/types/test_schema_from_json_schema.py +0 -417
  235. google/genai/tests/types/test_schema_json_schema.py +0 -468
  236. google/genai/tests/types/test_types.py +0 -2903
  237. google_genai-1.55.0.dist-info/RECORD +0 -345
  238. /google/genai/{tests/interactions/__init__.py → _interactions/py.typed} +0 -0
  239. {google_genai-1.55.0.dist-info → google_genai-1.56.0.dist-info}/WHEEL +0 -0
  240. {google_genai-1.55.0.dist-info → google_genai-1.56.0.dist-info}/licenses/LICENSE +0 -0
  241. {google_genai-1.55.0.dist-info → google_genai-1.56.0.dist-info}/top_level.txt +0 -0
@@ -1,345 +0,0 @@
1
- google/genai/__init__.py,sha256=dIAk6AHhyy3b77cVKPvDyrZzkd9ibddrHZuieCq_eaA,756
2
- google/genai/_adapters.py,sha256=Kok38miNYJff2n--l0zEK_hbq0y2rWOH7k75J7SMYbQ,1744
3
- google/genai/_api_client.py,sha256=CrHSu9Hd4rhhEpv5ds5jU_5xk0XwixTY055pRQRbFnE,67216
4
- google/genai/_api_module.py,sha256=lj8eUWx8_LBGBz-49qz6_ywWm3GYp3d8Bg5JoOHbtbI,902
5
- google/genai/_automatic_function_calling_util.py,sha256=xXNkJR-pzSMkeSXMz3Jw-kMHFbTJEiRJ3wocuwtWW4I,11627
6
- google/genai/_base_transformers.py,sha256=wljA6m4tLl4XLGlBC2DNOls5N9-X9tffBq0M7i8jgpw,1034
7
- google/genai/_base_url.py,sha256=E5H4dew14Y16qfnB3XRnjSCi19cJVlkaMNoM_8ip-PM,1597
8
- google/genai/_common.py,sha256=9HOP8GtEnTGTF-5A92hQdcPWeaCS6ig3vgnmm-8jiTY,25421
9
- google/genai/_extra_utils.py,sha256=GXsUfyKAPZaW9_ySvdzSAXThvuzaKwXcAmdHW_hoHpY,25309
10
- google/genai/_live_converters.py,sha256=Bu4nuSCQSWgyqSCza4rPzDHVK5h9LTBt-7H09ubEUrc,44630
11
- google/genai/_local_tokenizer_loader.py,sha256=7yvJfEkWIpw2ueY4ZmoOAamJD-G7bm_9g44glD6bVwM,7147
12
- google/genai/_mcp_utils.py,sha256=HuWJ8FUjquv40Mf_QjcL5r5yXWrS-JjINsjlOSbbyAc,3870
13
- google/genai/_operations_converters.py,sha256=zw8DqkgJWHphrw9waAjAiH98QbE2Rnum3zGm02dHQWo,11695
14
- google/genai/_replay_api_client.py,sha256=-sZY8pM8JulqTfuqIKaKHCy9MNXF7HJnX6fCzyTMpS0,22617
15
- google/genai/_test_api_client.py,sha256=4ruFIy5_1qcbKqqIBu3HSQbpSOBrxiecBtDZaTGFR1s,4797
16
- google/genai/_tokens_converters.py,sha256=_8Uy4ziG2N9OAZInqKVXiHWSpJ11DH_shMEfrCEiBLc,15593
17
- google/genai/_transformers.py,sha256=I19zzGXCrRd64lrBPpeawhBq7vifKn3fNUX9iIJ8Kwo,43266
18
- google/genai/batches.py,sha256=3uCErp_k2xSF7WmnP_zR859Nko2UAe0xZ61npHAH1EU,78628
19
- google/genai/caches.py,sha256=MPYIElWqWtXkxiZ2FFCZspRVdT9sTrZzWEkBpQ-XII0,48118
20
- google/genai/chats.py,sha256=pIBw8d13llupLn4a7vP6vnpbzDcvCCrZZ-Q2r8Cvo7g,16652
21
- google/genai/client.py,sha256=s8BXqWCUzUWT00nLQxVSqdrIdMiCEUz1jPFHc4NVj-M,21205
22
- google/genai/documents.py,sha256=GuYWVgRaYBzHv9aMgcZBrVkFlpBeaAeZsfhgvC_SLTA,16218
23
- google/genai/errors.py,sha256=2Iux-5iGUJzEB6OWE3R18SckMEvNimOfpNCQIYL6cn8,8118
24
- google/genai/file_search_stores.py,sha256=4EW_hRjkaGYu4gbQyNbiswTWk5nUgooxB5pqMi_WAME,41418
25
- google/genai/files.py,sha256=g-geVkMmcgAsI7CPJqt3jzucEcjQf6He1fhnscUdxvs,31766
26
- google/genai/interactions.py,sha256=GLpo-rTdxb1JfL3LXE0c52JWaEGloLnPeCI9hoO_M2g,642
27
- google/genai/live.py,sha256=oe5tcR3nvvHzPe7RxZx-InZJW_dH-MtFH3NEMk7VuWc,41771
28
- google/genai/live_music.py,sha256=Y7I7jh5SAKgyjBIMLboH0oTnZJ18uOT2SpRDKURvp94,6783
29
- google/genai/local_tokenizer.py,sha256=EKZ72cV2Zfutlo_efMOPnLRNZN4WQe57rD3G80cF340,14109
30
- google/genai/models.py,sha256=z7zvNvyGSTg3QMSX6a__0EVHklUYSAB72W0Y8jjHosQ,239193
31
- google/genai/operations.py,sha256=FXJOnYp2HA5Xqa5mHW67mSa9p1D_EaGGyUoKc09xFPQ,16384
32
- google/genai/pagers.py,sha256=1i8NXDuKuQznFin5H5-I0hmj6H5YMTYsEJP7S0ITSbY,7158
33
- google/genai/py.typed,sha256=RsMFoLwBkAvY05t6izop4UHZtqOPLiKp3GkIEizzmQY,40
34
- google/genai/tokens.py,sha256=4BPW0gGWFeFVk3INkuY2tfREnsrvzQDhouvRI6_F9Q8,12235
35
- google/genai/tunings.py,sha256=JR_ngNjjgIMd_iYDD53wBCYyHfY5V83njmtQOpBNpL0,76343
36
- google/genai/types.py,sha256=EqUzS9hHVa5e_uBFwNtFUO7ARojCs0dtdGYOr-gZavc,648495
37
- google/genai/version.py,sha256=HVhKgLJn4_y9WdGxfL7SK0aN805XciWv5EpP-sY3Pkw,627
38
- google/genai/_interactions/__init__.py,sha256=-G17C_xmrnumwpH4kpFEGd5l9-Y5UnZx3RLbGuCPYZc,3398
39
- google/genai/_interactions/_base_client.py,sha256=SJJT5ak-gOikfDwAJJL3Ehiseptgc0ItEAwivoEIH4o,68098
40
- google/genai/_interactions/_client.py,sha256=QWqbkzAwjNpoz6gBetWYYSeWHMLVkFQm67-1HzbRUxY,18775
41
- google/genai/_interactions/_compat.py,sha256=1HosuxO1kuZL6GwDmAoJD5kY999gjys4ifLdhXiJ4KI,7139
42
- google/genai/_interactions/_constants.py,sha256=t7rpey7f7Z65WNYx8OzR-VGkTEHaz_WCLOREzHLjFhk,1039
43
- google/genai/_interactions/_exceptions.py,sha256=XvtN0Ir69uwzlI9s-2gvXZJyDa3NZ0IqsMapC9nM8Bc,3825
44
- google/genai/_interactions/_files.py,sha256=K7qgCZWoSaNI4RrdY1cUnNMXNF3Usq1IgCvzqwFgfMQ,4144
45
- google/genai/_interactions/_models.py,sha256=naQPvxL0gipx0FTLC3jOCd2aG3eINFVq-WAUTsVOX8Y,32436
46
- google/genai/_interactions/_qs.py,sha256=ZaB5ZsbJnq0L7s-Y30_7k1jAVNAgcPAh45xa2xeE1GQ,5405
47
- google/genai/_interactions/_resource.py,sha256=2SnZ1mvldUzurojYs_Pg_aItzP5A9WmhjjMCh_dXnCg,1773
48
- google/genai/_interactions/_response.py,sha256=rJ8tQXfKYgFxjxML63XGSQuH_Su9OQfqGtw0ann1iT4,29507
49
- google/genai/_interactions/_streaming.py,sha256=bjjyV9iuZxEOP0PaQGSA-_xIeK3Yuip2qb2tTqRkJn4,11016
50
- google/genai/_interactions/_types.py,sha256=OZXQrS3qydYn9F-YnTDrxv5lBoKiTLha3fr202M5QOQ,7892
51
- google/genai/_interactions/_version.py,sha256=HYUoiFQBODx2RJNZpIxeUnGFUe8Gc9FEO6tSeZQgO-I,668
52
- google/genai/_interactions/_utils/__init__.py,sha256=fNs6SzzZLqVABQ0TgZ3z1LBri3iVIdtvKo0GcTiNXJM,2882
53
- google/genai/_interactions/_utils/_compat.py,sha256=NfPeqV7YsaW2h40s7NODt-uOngiMLf9KboR0W-f64gU,1794
54
- google/genai/_interactions/_utils/_datetime_parse.py,sha256=dYUm7Y3pBD4dzQmpr-onIalbkEQH8gSqdSok5wx24wE,4781
55
- google/genai/_interactions/_utils/_logs.py,sha256=z9QPllBTUdyCkIpb3iHi_NZnM3GTG_OQtD4t1Htpex4,1404
56
- google/genai/_interactions/_utils/_proxy.py,sha256=V_QfMtbDL4_OFaYynWeyCCkP7KPBuV7GEJspth55rS0,2552
57
- google/genai/_interactions/_utils/_reflection.py,sha256=F4i9cYP3sGnxZ-dhp3lcFSRiB115znLodOM-gcVh-wA,1941
58
- google/genai/_interactions/_utils/_resources_proxy.py,sha256=oblNXyW_PaDX3oFD5HPfSj4nEk5t7yTfPN6CXfMchv8,1266
59
- google/genai/_interactions/_utils/_streams.py,sha256=qFn4GbF3Vvdx7oc65J7WjeEyUBF8rlMB_HvubXAlhII,866
60
- google/genai/_interactions/_utils/_sync.py,sha256=mLePq9GOEBxScaapheKwO4ON-pCfXpzktYj6a5xdKTQ,2166
61
- google/genai/_interactions/_utils/_transform.py,sha256=TjAN4LumRdzvMD0rcrFQhrlC31Mivg-c2kgRBIrn4Cg,16528
62
- google/genai/_interactions/_utils/_typing.py,sha256=Z5S4PcLWBL5GEhqU6j_XKaoh9ANrTSDyMDDTlMB0KJ8,5385
63
- google/genai/_interactions/_utils/_utils.py,sha256=qWdNSrAUkn_wYeK5YFSeHyZWtEYJQkbh_Sg2t7impKQ,12851
64
- google/genai/_interactions/resources/__init__.py,sha256=TNMFv_-Zv9ayAgjkecVIBOnIK-goQIIvkvR3WiQl_DA,1207
65
- google/genai/_interactions/resources/interactions.py,sha256=ALQ3rhVGLlK0t33I_xNVcpfsap2oxE_fEeX09dRR-Tg,56339
66
- google/genai/_interactions/types/__init__.py,sha256=OgQ8VQvhj1VKn7y1S8B6UECZthyBplmvKHZyD5F5fUQ,7412
67
- google/genai/_interactions/types/allowed_tools.py,sha256=Hke2IEAT_lc51MCt0_tGZGx3yvE7HTSawIlm-prCCGg,1047
68
- google/genai/_interactions/types/allowed_tools_param.py,sha256=PAAFKM2qX_Pj_pTxqcc0IQvii9soKLW_scMud2nUwMc,1092
69
- google/genai/_interactions/types/annotation.py,sha256=MKyItDJXCQ6ofAPjjBjioy7jagQNlpKZ9yqyc4MJcSI,1266
70
- google/genai/_interactions/types/annotation_param.py,sha256=ZUBT1UE66xVNdaRwjVPP3mcDTCaVUf2Zb5yabNAYpHE,1253
71
- google/genai/_interactions/types/audio_content.py,sha256=gJwnOujq8bywd709dYgkPY9sljz7dcUGTU2qt3WBqzo,1149
72
- google/genai/_interactions/types/audio_content_param.py,sha256=8UhB-IVc6jsZRuVWxkOCwGuhLuNsQk4kQlNeCk1pBJ4,1435
73
- google/genai/_interactions/types/audio_mime_type.py,sha256=kyVb8nPfzkVp6q7nNroQxdPjr4F2tkUmrKU9n4xHZR4,901
74
- google/genai/_interactions/types/audio_mime_type_param.py,sha256=rGJ8h1nRuLmWeJ9kVD6xPEUDy8yA-S5ZRmYulvIBBaE,947
75
- google/genai/_interactions/types/code_execution_call_arguments.py,sha256=0EaxrwSqMBrASkdMBDktqgM0ou2iWO1Llq49swL6d0M,1070
76
- google/genai/_interactions/types/code_execution_call_arguments_param.py,sha256=gvbXJt_cdTCpU7WQo1IeM0Bj-E5Hrj3H2OybcnlO9NE,1045
77
- google/genai/_interactions/types/code_execution_call_content.py,sha256=zCkN5pCBKzUxlroEYcm-tOAKipH7piRXc_rWNxPE_WI,1262
78
- google/genai/_interactions/types/code_execution_call_content_param.py,sha256=tw75Cllhpodwy6LdcUry6zUZPFmb1NVwd3rlFFmr9iQ,1274
79
- google/genai/_interactions/types/code_execution_result_content.py,sha256=xHKw5YR8OlsifnS0NBPAFYI0TS_eO3dKwowqtJ64SFM,1371
80
- google/genai/_interactions/types/code_execution_result_content_param.py,sha256=y8nsIJ0afD26dieFd_qeasLvWMDj26QJtYiQR83vIi0,1332
81
- google/genai/_interactions/types/content_delta.py,sha256=ZUPhWqn0db1cTvnNCP6ySPuChssKKhmHEROeQY8QCTs,10461
82
- google/genai/_interactions/types/content_start.py,sha256=v3gK_l4Yn_RoCdRPpHePNX7I7v6ZMO59N2-C8BUQXwA,2758
83
- google/genai/_interactions/types/content_stop.py,sha256=gEBJge1galuttrwkgJqMImSVVVleRNDIIO0QjZAb0gA,1053
84
- google/genai/_interactions/types/deep_research_agent_config.py,sha256=yG1tlPj_KZDUgTH9oND4RvI3oHkb0tRjdpkVfA9WGRo,1154
85
- google/genai/_interactions/types/deep_research_agent_config_param.py,sha256=zen3pq44QDOtg_eETahCVfExs5P_LqB9FYhnGn3Krtc,1129
86
- google/genai/_interactions/types/document_content.py,sha256=_Z6HWvns2vbvmZmBApL2_uiLNS6nQl9T-oR1ZqubciE,1069
87
- google/genai/_interactions/types/document_content_param.py,sha256=bxzP5zC4wUOZQSsc5JzJKbGDq_uH-2kLw4qzClybeHQ,1342
88
- google/genai/_interactions/types/dynamic_agent_config.py,sha256=mgyKKmQLGlPDKe5KOsTQ7KQY53iX7QIKEnWkdAczcoI,1679
89
- google/genai/_interactions/types/dynamic_agent_config_param.py,sha256=TpeukdveJ09PLmPCR1vFz7G3tcBHtowhF-Wt4atH9Fg,1132
90
- google/genai/_interactions/types/error_event.py,sha256=DYHKnCft2l1LLs-LEt37Ic6TTsXxbxjhqC_pdMblGKg,1328
91
- google/genai/_interactions/types/file_search_result_content.py,sha256=qY84clDrKSPuKNlc0shZa6z0ffQTgeOEi-DYPzg9Hpo,1404
92
- google/genai/_interactions/types/file_search_result_content_param.py,sha256=ANDfMy77NPNT6YUVb2avWviRropX6NIJZXPvzN-iESs,1404
93
- google/genai/_interactions/types/function.py,sha256=0lh1qn73ZVJ7THAOq0pcfUV_37u9VspSCMlOXVKUed4,1141
94
- google/genai/_interactions/types/function_call_content.py,sha256=gegFdsvgFMUaUSDL-8e0leZhpII2cpZx1mnIdfs-vjM,1190
95
- google/genai/_interactions/types/function_call_content_param.py,sha256=9LxniXVZWTKW00xQDvOFBvIcm7XmVsOfvwYdxt2FeEo,1277
96
- google/genai/_interactions/types/function_param.py,sha256=GMSumys9sCsWix9f4db6Pbc3pg7mGYrQJgWuawiANAY,1119
97
- google/genai/_interactions/types/function_result_content.py,sha256=iegHRLIGF9_NyYJ58rXvXfo5xD0xy5Il8iZHTDQne98,1606
98
- google/genai/_interactions/types/function_result_content_param.py,sha256=spel8JKARAment9mxiXCOBoW6IZndRXZa3bEXeA3J-Q,1692
99
- google/genai/_interactions/types/generation_config.py,sha256=J1SsfXD6d_EwGW9xnhmxXqCkiVmOdjhhVNiHwpoTxik,1991
100
- google/genai/_interactions/types/generation_config_param.py,sha256=3x83t0S4Du3-W5QWoYZsw6jfQlDSQnQlgPHYt8Jyb_0,1952
101
- google/genai/_interactions/types/google_search_call_arguments.py,sha256=KZbdLhr6kFCZruO-nIkZaq2qm_wMlQjH65xZHwlfOGU,971
102
- google/genai/_interactions/types/google_search_call_arguments_param.py,sha256=6W-HI1t2QOFJWDy8yfNU88ACq9sxigFufi74AIqMQX8,1033
103
- google/genai/_interactions/types/google_search_call_content.py,sha256=wTXWVJQjaS1WC0YH4qxFbJvmj7pfmNUe7UAhEwYINAA,1250
104
- google/genai/_interactions/types/google_search_call_content_param.py,sha256=aIwCjAx_BxSihaKD3QBRI4gpIPYfK3WnMzD95P-_kfs,1262
105
- google/genai/_interactions/types/google_search_result.py,sha256=hrnggr-PKW-JwHk4p1G24h1rr_k3U7DeKK8D0Ys8408,1117
106
- google/genai/_interactions/types/google_search_result_content.py,sha256=nDlD2ruwBmPLGi_C_Cty5OlY9FatzhknVgi-mhLkRrM,1447
107
- google/genai/_interactions/types/google_search_result_content_param.py,sha256=nI9PhSTcil5k63Gac4bp8a5LP4BhINec1TOQ3RDsR8s,1451
108
- google/genai/_interactions/types/google_search_result_param.py,sha256=MXdWoqxfKxP6tPEYWvmgHzg2xjXyT4AnkD_GjHe9rhg,1104
109
- google/genai/_interactions/types/image_content.py,sha256=7edj6BUocB4vrM_ImAA8z1eWoHXKRG-GszHfgBIH6eE,1255
110
- google/genai/_interactions/types/image_content_param.py,sha256=fsfTrN7mWTfFgSVPDS0boW0HSgTDO9hbxhXsgRq4Ygs,1524
111
- google/genai/_interactions/types/image_mime_type.py,sha256=JSM0MElIy62mLFjKiuheHeV0px02I-Nrh8H2yZTDU3I,884
112
- google/genai/_interactions/types/image_mime_type_param.py,sha256=syGoPn7nm3LoxqFbJhg3q9Bno68ywKU9hzoufbOm8xQ,930
113
- google/genai/_interactions/types/interaction.py,sha256=iHLsZyj76OfmXg4wXzl_0f2ULYxtuXt6tDwoHz1cEUA,5355
114
- google/genai/_interactions/types/interaction_create_params.py,sha256=9AizkOR2bl4MuDTjjzT0hL8fXEcbJcPwSPXjZpTMKes,7322
115
- google/genai/_interactions/types/interaction_event.py,sha256=CDV6XDgpsbtbtDEDBSrCQEqIltQyIGfYLtdvtEXiLRk,1179
116
- google/genai/_interactions/types/interaction_get_params.py,sha256=kJnLjBS-uX6K4JeDdp1gaezb-I58aWtHBl3w8TNn3Os,1628
117
- google/genai/_interactions/types/interaction_sse_event.py,sha256=oZwSYZyNFpaOwa3BcraHdiCjZ14ttv8qjKRUvSQHhVA,1172
118
- google/genai/_interactions/types/interaction_status_update.py,sha256=FbtOHzybStxWVb1o30ppXPJ8F9f-Cgq9LgeV4VU_Jc0,1207
119
- google/genai/_interactions/types/mcp_server_tool_call_content.py,sha256=SWhY19X2WScQOdG6ZpMaFfsOGLtLBOrq14YvZsc9P-E,1282
120
- google/genai/_interactions/types/mcp_server_tool_call_content_param.py,sha256=y8wriVzbmggMmXacQojAmk5T9mHVhUZgfQOtc6oKWOA,1379
121
- google/genai/_interactions/types/mcp_server_tool_result_content.py,sha256=End6Yr1vLMGjHqPxf94PrkHzn6n73AY-KUoWZ6mNxec,1638
122
- google/genai/_interactions/types/mcp_server_tool_result_content_param.py,sha256=xUw0411rmbDXY1z8g8dJwVNvOfgf1klKZ4HE_eexRdU,1724
123
- google/genai/_interactions/types/model.py,sha256=oaThuxzODsttc6PmkOTAqisa1KV6OEz578xJ2Imfe8g,1165
124
- google/genai/_interactions/types/model_param.py,sha256=g6yMfGxz-WUJAmTVM3kR1oszmZCW3zy60zNu2Xssopo,1211
125
- google/genai/_interactions/types/speech_config.py,sha256=VHJj9KCC9NMO0hbczIZn7KkPnO7ktcDmwajR5xUv11g,1100
126
- google/genai/_interactions/types/speech_config_param.py,sha256=ByojkgPZiLXUjT5aVmiGyDOtLzKZpG-B8VPJJjjvGmI,1087
127
- google/genai/_interactions/types/text_content.py,sha256=0AQ9725UdM5fLMR3W_Jjc8m6EyVeUmRt-3DXCdw_dro,1166
128
- google/genai/_interactions/types/text_content_param.py,sha256=udrqbEyPm9AKfxgtiJ4T7Lt_zdKfDBtbk7h7_LmFvEw,1204
129
- google/genai/_interactions/types/thinking_level.py,sha256=kvOZx45c_iIdkFhRYVuflQ3XRLuwDlxAcKBlwp4M080,793
130
- google/genai/_interactions/types/thought_content.py,sha256=SjOU0F8xR8nCuEdcQpzZqDkG92R40AFUsHkZBbCdLbI,1421
131
- google/genai/_interactions/types/thought_content_param.py,sha256=1Yj0ISy7xbXzSmbcXdCGMcxEfVhph1r4jPGgzXTTp1o,1651
132
- google/genai/_interactions/types/tool.py,sha256=Y6_IKoEK-sYpXZkLfzKlU_-_iqeSqtkfGpAjDzWVYEc,3098
133
- google/genai/_interactions/types/tool_choice.py,sha256=DwSp7WJDuJTxmV37aAVFWwCYMEr9JSjDSQfshZOOAF8,915
134
- google/genai/_interactions/types/tool_choice_config.py,sha256=yioQ81sexGoFcyqSEHw0r4oMwe1NP7UtniklbzzkSNM,930
135
- google/genai/_interactions/types/tool_choice_config_param.py,sha256=OQggpC9EMJv9eJm4rTi0E3GsHizEvpH_OSo-LhKp1fQ,968
136
- google/genai/_interactions/types/tool_choice_param.py,sha256=AFbr5Lw2g1hJWfDk3sU5hYHoFNAT0fQ9AbYSjl8qboM,977
137
- google/genai/_interactions/types/tool_choice_type.py,sha256=XtE6ZbwRYXmMYwNBe8zmw_0INIVzwgXfRStVWbmwuAU,816
138
- google/genai/_interactions/types/tool_param.py,sha256=vDR2p3wi2sRA2YMuj7g8frzhzwJlvEKKhMFU7ubibb0,3111
139
- google/genai/_interactions/types/turn.py,sha256=3miXeXGw74UOeFvaTTEPx0Br6HYQM3l4v_LyDIJpcFY,2687
140
- google/genai/_interactions/types/turn_param.py,sha256=dhf4pXBARCFS_zlMYlj8Bjuhy7n0VFhIzh0LuXU-IOo,2790
141
- google/genai/_interactions/types/url_context_call_arguments.py,sha256=JLPsuJmq816_lgT8qq_Sc8tMD0sAax5EmHWvTTMessc,933
142
- google/genai/_interactions/types/url_context_call_arguments_param.py,sha256=lMBhQVJlaaUgOTZwqwwxoeOJvbFekO21GVBNMvPjt98,995
143
- google/genai/_interactions/types/url_context_call_content.py,sha256=BK8Z-U82A6iqs5KRL1ebhRjinfsAasar0AfDd4NIWPY,1238
144
- google/genai/_interactions/types/url_context_call_content_param.py,sha256=q53GrxPr-u1ftQi1rRcgayoX6coL64wB36Lq2TTuVa0,1250
145
- google/genai/_interactions/types/url_context_result.py,sha256=R4TzIKOiG59aA2gbXHIuJFW3C2FukolXOOtUIpCTIM0,1062
146
- google/genai/_interactions/types/url_context_result_content.py,sha256=uYlh15kfgEMLG4p4M65eA_GfhV_uvev-sFdVpuHXO-U,1425
147
- google/genai/_interactions/types/url_context_result_content_param.py,sha256=wWuERSnK0-78TaqQd4wBqxlc-hcSSPnHhJ6SNp3DZq4,1429
148
- google/genai/_interactions/types/url_context_result_param.py,sha256=XmQ2EgunZDshXUbuy50J88kY1h2p1REzrIZV4Qp1mDI,1037
149
- google/genai/_interactions/types/usage.py,sha256=4_IBkdFED7YUtwRrFPkMHGlOHxTbjbpDZMkUw5t-JOM,3472
150
- google/genai/_interactions/types/usage_param.py,sha256=SeaR5IlizjKB3tKJvm-z65ggVhKUZWknu2EExzSVDDc,3265
151
- google/genai/_interactions/types/video_content.py,sha256=f9RfnH_YNbVPRCYEiBYy_lBDujfGpJbMCFJStKjuXEk,1254
152
- google/genai/_interactions/types/video_content_param.py,sha256=SndpxD55w5n0U-giGigGJe-VcG2w7a07QP5bf78hVDQ,1523
153
- google/genai/_interactions/types/video_mime_type.py,sha256=W5uRyEoRCcgbP8TF26ddkYwcpFCmNVSGF9aOUKHrRaU,1027
154
- google/genai/_interactions/types/video_mime_type_param.py,sha256=eg7TeSxg6MXu5_kYiYVpzNlNidDieAqqEYvUWa-xb9k,1073
155
- google/genai/tests/__init__.py,sha256=gg8QQy0VqB4Cgf50Tbf5AAEf3IdzKsnCPf6IHXXbikY,689
156
- google/genai/tests/conftest.py,sha256=qUw3yQte5eQo4VG-m3uWwamUy9LaQMbkdBMxuuFjtlU,5021
157
- google/genai/tests/pytest_helper.py,sha256=5x2dwaJ3r1RTSVN0h8L-bkaOJjDbGjD_Evf0cq5kXhc,7807
158
- google/genai/tests/afc/__init__.py,sha256=AqPvJAlU0sazclZEv9w4ycsKaRW1MNmjCmSWakTe7a8,708
159
- google/genai/tests/afc/test_convert_if_exist_pydantic_model.py,sha256=A0uBgJAWimtky4P3XKNg2qH9tVEb3aYDzlsASQjTWRQ,8935
160
- google/genai/tests/afc/test_convert_number_values_for_function_call_args.py,sha256=LLKU67BU_Tib_pmkOyb1hm5Ew9O2d08klLGJEjvYPy4,1769
161
- google/genai/tests/afc/test_find_afc_incompatible_tool_indexes.py,sha256=byAyWJJkC4a21vM1i1qab3EvOETDdeuQIuXt1a9qhHk,8668
162
- google/genai/tests/afc/test_generate_content_stream_afc.py,sha256=oO08IofdnxMR4AEXE_Xim0Q8SvkOGdElcX-_podqF18,16572
163
- google/genai/tests/afc/test_generate_content_stream_afc_thoughts.py,sha256=Fy65xYRvWMlBF7D3h1qy3sO86UVMKQccjCsxtRBr2P8,2261
164
- google/genai/tests/afc/test_get_function_map.py,sha256=2Byh4Tg2VEGyc2dX9WduiF8lwwOJTTNjeqDsHkNxq-o,4817
165
- google/genai/tests/afc/test_get_function_response_parts.py,sha256=PFhFqlsjQpK7c7I837kl5EiIVDkie3qiXETFc_5zIT8,8025
166
- google/genai/tests/afc/test_get_max_remote_calls_for_afc.py,sha256=ZDnRUbTc-7lM0ohDbzbemSa09XPWJkFWCn_9d2WkURM,3361
167
- google/genai/tests/afc/test_invoke_function_from_dict_args.py,sha256=dOjqzQFLhy6We3Bb-VOI8X5V5I74DI9HNIe5pVwCmQA,7319
168
- google/genai/tests/afc/test_raise_error_for_afc_incompatible_config.py,sha256=ZjEqqvcKHn-SP-D48Ghr3eOY5cc1IuLiXMNOMZ3oPSM,4803
169
- google/genai/tests/afc/test_should_append_afc_history.py,sha256=HNEXhwgxD_PN-1FDr-c0z4W6mcMmg2hlO1wVJMuFro4,1656
170
- google/genai/tests/afc/test_should_disable_afc.py,sha256=nJQzI7uN7wBy1OOgqQx1PFJNOYWzN6Ae98MGwrhEgL4,4951
171
- google/genai/tests/batches/__init__.py,sha256=iN1nyq74rtvWV5ksbYJ9IQnkyNZA8dZxnHs9fD-yfJs,632
172
- google/genai/tests/batches/test_cancel.py,sha256=BRhpmy9Vr6wGjigRpQeGxONBJ9j8vNPg6n6p5MOA6z8,2348
173
- google/genai/tests/batches/test_create.py,sha256=3YBAh1eN4jTQy1pRm8TRC9bzHkAYSszuE2hj0zDEkLw,2356
174
- google/genai/tests/batches/test_create_with_bigquery.py,sha256=PuS1KdFPVgkKMbzm1T_euqXcGWuBuZo1ciiNlFTP9eE,3674
175
- google/genai/tests/batches/test_create_with_file.py,sha256=6KGRTNV8cojhMN3PtzD8nzioRi0xYBLInmLpfv6eIrA,2416
176
- google/genai/tests/batches/test_create_with_gcs.py,sha256=IlEaE56zOqrDQshtsvDnDloS1z1Sw7a9dP_bcZav0L0,4049
177
- google/genai/tests/batches/test_create_with_inlined_requests.py,sha256=XkfyYLp51LyanPoOYV9zWkrNa3WBxgXpHno-v-rv-oo,7418
178
- google/genai/tests/batches/test_delete.py,sha256=RhyFKjt1qEFbPvPPzoBfeVvtb3GoLYCamsIz2QmlOzo,2718
179
- google/genai/tests/batches/test_embedding.py,sha256=o7mKpzwDYArCgUBZ8Twl2hRiN6KS3gKTb_2-PemGUqI,4859
180
- google/genai/tests/batches/test_get.py,sha256=-KiEi0mptdqh_D28kSAsEO7fsY8ipL2vHW0h0LDFe_4,2269
181
- google/genai/tests/batches/test_list.py,sha256=SVeUk4QcNsrEHe1S5EZuJB9UepEPK0eszq5uvLCPUv8,2343
182
- google/genai/tests/caches/__init__.py,sha256=3ox8j_0aP_e-KYnSX9IefvLEE1qz4hnV6rtc0t5cuAg,632
183
- google/genai/tests/caches/constants.py,sha256=XzAlcPTd8sfu4xhrYuHJecwOKDEThzzoyn4s9BPgPsU,1003
184
- google/genai/tests/caches/test_create.py,sha256=9SZi9vOgBhnD3Z7fDJs-aYUGoU0XTp8i31t06drylqM,7962
185
- google/genai/tests/caches/test_create_custom_url.py,sha256=93LcV9BxCtZVDMDagf6etzEVDrk3Z_g85pcYa0EzDxc,4003
186
- google/genai/tests/caches/test_delete.py,sha256=s2rq7qU87R1UZx4tBIp5PaU6-890XIJd8jXXTE2uOKY,1798
187
- google/genai/tests/caches/test_delete_custom_url.py,sha256=vHZOr7f7_vIQN8AOiwd8FKg0kUP6FcsLIANo2k_AX6Y,1718
188
- google/genai/tests/caches/test_get.py,sha256=6MiFJaXsy8XELN1GpAbx9tRWWAN2Q9UBCCBOePag3yQ,3008
189
- google/genai/tests/caches/test_get_custom_url.py,sha256=6X5yeP50YyetcJPFHtc0EctQURdwTD6fdqyExa-cUm4,1697
190
- google/genai/tests/caches/test_list.py,sha256=nSOwJBJylpZrThaSV_ah8O6LzVNYHVPMHUUVS_aDc4k,2184
191
- google/genai/tests/caches/test_update.py,sha256=ZaxyiytKf3Pu0Iiyet-7uEE2WOy4_srqOy0GJNAGeAw,2111
192
- google/genai/tests/caches/test_update_custom_url.py,sha256=XxncRa2YNCFp2TJFDIdYYznyvEkGGZFzrO4sxXwmFzM,1798
193
- google/genai/tests/chats/__init__.py,sha256=kOWMJqwDSOryDqDMkmkteFrz-YQtqfIfo9dhD0_r93M,53
194
- google/genai/tests/chats/test_get_history.py,sha256=5u0U7kobAbfd6W0MibWp6d_4AVR-f8CzDC2k0f311jY,17757
195
- google/genai/tests/chats/test_send_message.py,sha256=cs8RFVRCyF0D8sfgMs658OF8TRVA1Mlehf6i0Im6ueQ,24774
196
- google/genai/tests/chats/test_validate_response.py,sha256=x9LcypmXbXJBLbcD0WOJcxU01oh1CRfeyFkv6wcdr7g,2424
197
- google/genai/tests/client/__init__.py,sha256=RvGOeb5ZdxjMSh_frXTcrenwE_UsF3_vlDaI-_ml74Y,616
198
- google/genai/tests/client/test_async_stream.py,sha256=wDrCIvxP9s_nwMI_GMs8hwB-I9bEYbrSLZPstNVWxRw,12755
199
- google/genai/tests/client/test_client_close.py,sha256=mi0weKH6UkZi6W-6ZnygvdFQOD6fwKCqKl9ZKvlaKvg,6024
200
- google/genai/tests/client/test_client_initialization.py,sha256=RssmXtJDCw-0VL-s6W_3dsLvU3-Z0D-V2VaTxnvi9yY,55157
201
- google/genai/tests/client/test_client_requests.py,sha256=yjJT2dF-RGk7GZffIyK5EBFdVMB0xWgTAas2As4Azns,11692
202
- google/genai/tests/client/test_custom_client.py,sha256=GJdw2wPapXiwz6VHxBTWgcXu4XvdFLdViHEAQ4U2xDA,2416
203
- google/genai/tests/client/test_http_options.py,sha256=YLCAw7tpgEVone_hd644jhPOcissP_4_UHaAi5SeV88,5492
204
- google/genai/tests/client/test_replay_client_equality.py,sha256=W6NvtEObD6nkAryHYYNvpQnTvshWh8GVbGE3bjtf8tk,5139
205
- google/genai/tests/client/test_retries.py,sha256=LF_Any94lzxI9FWP-crGRJmG_Ej9w3iqnMt40V2dsNU,23651
206
- google/genai/tests/client/test_upload_errors.py,sha256=BV60CZm61XUqcFBxgwDAKV1WFlsxKxQr3ZKyKdgWklA,4712
207
- google/genai/tests/common/__init__.py,sha256=E0qCY_jgwzKoYZLacliuf7Mk0DsO3mdLyVwBYOK20U4,632
208
- google/genai/tests/common/test_common.py,sha256=lvbgSiqo7LBYkAw7jy4ig-JytVYs3lBizA5FhoYlmig,26872
209
- google/genai/tests/documents/__init__.py,sha256=D6WPZHqgHQZJ6zXGqoG5i5_XPykoB3wzwwbDx9lXuz4,635
210
- google/genai/tests/documents/test_delete.py,sha256=O33JZOTpdhrCRmAudC6YudHpuv46uRD2tpwjJ3s_wTM,1718
211
- google/genai/tests/documents/test_get.py,sha256=Z-aMd_vxjnxUVDg_4iphCkXJnqDM6ZMaiqa87ip172s,3191
212
- google/genai/tests/documents/test_list.py,sha256=qgdc__sH88NA8Ptd83BfPsGLaoZntdn0D6eHajr-jl0,2425
213
- google/genai/tests/errors/__init__.py,sha256=8hdiuOvLIiX_to2O6rc8Af04-85qQuRu62gOhQQyNx8,39
214
- google/genai/tests/errors/test_api_error.py,sha256=1QgJNSRC-KAIR2Ri7NkKG3uGcU8X-Mr2exL75NvnpME,10954
215
- google/genai/tests/file_search_stores/__init__.py,sha256=IGpNdiCD34aFEuUWM4QyGS-ekZM29FxL1uM2oRP1E4M,644
216
- google/genai/tests/file_search_stores/test_create.py,sha256=1a90j-1oOYBPF7DPIxgMFblhxLtmo_KBL3eUrCOLpzI,2090
217
- google/genai/tests/file_search_stores/test_delete.py,sha256=hRfxcMbaB3Q93izLd0JfS4HOu7sttugV0bLmF6GrGIs,2158
218
- google/genai/tests/file_search_stores/test_get.py,sha256=I26LR_k_GVsipkDYh4rPoGAJsiSQdrGxybod3C445gM,3348
219
- google/genai/tests/file_search_stores/test_import_file.py,sha256=-f9uUkzLkz_bVvnQ_mdoX4FyYQ0ofWM-jsAkVrv5OWM,3629
220
- google/genai/tests/file_search_stores/test_list.py,sha256=hlZz-3F1B6zqvg37Ydz545VFA6tAUJb7iVnzCZwxk20,1860
221
- google/genai/tests/file_search_stores/test_upload_to_file_search_store.py,sha256=935XNOVKsl0Ml86qvE-Zp30m5CBaG9b4YbYxsmjuDj8,4845
222
- google/genai/tests/files/__init__.py,sha256=OCJF9_KGxqq2oRETThZwtL2X3K11aKPBjJ6pipkYgWc,630
223
- google/genai/tests/files/test_delete.py,sha256=mL15UCFIaWwyUNZGvAQEx4YQBIFkZv_RfmMfNaiYXTU,1416
224
- google/genai/tests/files/test_download.py,sha256=j44qwIhVAcmGSV2EEDgftFfgGoCB0XSR2BE1tSoTnZQ,2341
225
- google/genai/tests/files/test_get.py,sha256=IJTaDxh6MCPXDMwZgQJY6xnTQOKyIwJt67O2TRwQmoo,1404
226
- google/genai/tests/files/test_list.py,sha256=BuidbWnOJKeQcl8g78v9HvLJJhgcHSV2Mpb_b-vvh_o,2224
227
- google/genai/tests/files/test_upload.py,sha256=uPioeL38l9lu2ebenllW3Co1tN5xeCMQuSvHudfRNmU,8372
228
- google/genai/tests/imports/test_no_optional_imports.py,sha256=fhSdu9gHQYoGYsgbfb3qdoI5cipJJ67Dk5RwSk4vcFE,987
229
- google/genai/tests/interactions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
230
- google/genai/tests/interactions/test_integration.py,sha256=fWOR228hz-WS7qWAt1NxXrmV8cn2UQYth9gFjJu_c_A,2190
231
- google/genai/tests/live/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
232
- google/genai/tests/live/test_live.py,sha256=KsT-T3O35ckesU4SWBpdDyFiEvQjyLmlCvCsKwTY01c,65012
233
- google/genai/tests/live/test_live_music.py,sha256=VC7QuLQYY4LKkDcfUtizCc-K4JPm7LCd5oDwVBb_Zuc,11252
234
- google/genai/tests/live/test_live_response.py,sha256=z5xyev6PL0h-WChGFy1QhWiJ8ld2Vt5dHa9PtQ7DN5w,5531
235
- google/genai/tests/live/test_send_client_content.py,sha256=slHTAKalYzQncLF37stThKcTHEoC2FVQtPghAeIUSWM,4946
236
- google/genai/tests/live/test_send_realtime_input.py,sha256=jHb-ncYTXwt9Dps8oWu3ofWs99q0kxP4eCvIBjW4WL8,9493
237
- google/genai/tests/live/test_send_tool_response.py,sha256=ZbrF5VjztSgfDpxPTFCjqSApIYYDwYUGsYIRD-sLimM,6280
238
- google/genai/tests/local_tokenizer/__init__.py,sha256=5ffJTDv71l3pLvTGF58kb_vFf8TUDpfM5cGWp4DMwDw,641
239
- google/genai/tests/local_tokenizer/test_local_tokenizer.py,sha256=yYqdSSOBlK3sQmLqJr9JhoJRJzOf0zkjqzZB2C2O4UM,12250
240
- google/genai/tests/local_tokenizer/test_local_tokenizer_loader.py,sha256=mKIA6L9wobG6V_jKFuQF_P0Bv9XZsFikyKVWq9iGRrM,7196
241
- google/genai/tests/mcp/__init__.py,sha256=VyFzMY6rRcPk9glMUZe0sO_GQlTMFNjfibEqp8iVLkI,635
242
- google/genai/tests/mcp/test_has_mcp_tool_usage.py,sha256=_TPC55X8pCB7F0Pv7ljQcNKFQ00jjW-tmCHevFh-beY,2411
243
- google/genai/tests/mcp/test_mcp_to_gemini_tools.py,sha256=qAS-1qvx5tu6xsJmfvy4ESf9nQBemIpaYuPb04uxvDU,5366
244
- google/genai/tests/mcp/test_parse_config_for_mcp_sessions.py,sha256=NeUBaRmvSjiOVcLAzPrF5piRpIxRWwZoWNUth5NKI54,6467
245
- google/genai/tests/mcp/test_parse_config_for_mcp_usage.py,sha256=FGPASkuwBT0-m5qhPP4jtuE8F-WK4Jv6Jbmo6F8vuqQ,4283
246
- google/genai/tests/mcp/test_set_mcp_usage_header.py,sha256=D5-t7z7G2diSXPXVrFj0DuGGMs_2CdRta0tvTYpmt2s,2122
247
- google/genai/tests/models/__init__.py,sha256=66KctCh8D4-qJya9yM7roDVN_yHdKrfxaJq76uOxFnQ,631
248
- google/genai/tests/models/constants.py,sha256=7D3RsvXF0NfDWla6z-hIXJftJXRdCd2yPgNb4cWf6Ic,238
249
- google/genai/tests/models/test_compute_tokens.py,sha256=NSwwV_TEW07yb7_99WgyIz1Xgy2rSs0eCgADs-5Y3zM,4171
250
- google/genai/tests/models/test_count_tokens.py,sha256=ErSJWMYxnBYmpnvSXhIKn7B-PKlyQiSFYGuk9RLXE8Y,5042
251
- google/genai/tests/models/test_delete.py,sha256=OBl8mfHychtjWy6v19Das3ikYtBwN3pojXZ-BxL8zpY,3286
252
- google/genai/tests/models/test_edit_image.py,sha256=2QG3ufsRGqryk9jSgyiTgMnuT8VuSZJvghatwEA3NXo,9369
253
- google/genai/tests/models/test_embed_content.py,sha256=RncjpLuaRO4sjTzTsiXVK5TJQ3poX2aApbZdqsOuh_0,2933
254
- google/genai/tests/models/test_function_call_streaming.py,sha256=8gZbeKoCIwtox6bNLIJsBNzfXWxW7U74RF2VyxGNkuA,15509
255
- google/genai/tests/models/test_generate_content.py,sha256=3cYo2urDLev-1YSUEotplj0nNlRx6BzbP10RTa1WvUc,79198
256
- google/genai/tests/models/test_generate_content_cached_content.py,sha256=gwZTuvvjtavtYKHZMM6_qOikWSh08LWWZ6z-qGhk9DE,4754
257
- google/genai/tests/models/test_generate_content_config_zero_value.py,sha256=TNBTFFA9HLidwEF3tV1FV413kilLZWhrnN8MAulxqcc,3335
258
- google/genai/tests/models/test_generate_content_from_apikey.py,sha256=i-cqsmyfBfkP_Xu-x3l3lO9aUhBLViU4fNuNiDik2JU,1452
259
- google/genai/tests/models/test_generate_content_http_options.py,sha256=UpYh2wqUBa5XLrVOevB85umcKU74aEbU6gYCkPvGb5M,1232
260
- google/genai/tests/models/test_generate_content_image_generation.py,sha256=4_kiIr7RMm7D6pPTW_rG8deERpSIbSbJVewZvRNIe8g,4857
261
- google/genai/tests/models/test_generate_content_mcp.py,sha256=8ikv3aFdCJhDTVAdRbmsmX2ZXWZfuvBJJb0Vm9iVYB8,10050
262
- google/genai/tests/models/test_generate_content_media_resolution.py,sha256=1lYYd9-Uv1YIgOxfjhqfyTm3AINDsgT5FAaufx5qT7Y,3429
263
- google/genai/tests/models/test_generate_content_model.py,sha256=hvh6_92l4pscqdC9N0xmTkwqu29fAylQCxj4wC-vL6Q,4491
264
- google/genai/tests/models/test_generate_content_part.py,sha256=UTGD550fXlqgZbkIDd1v9ScdOMgu7yc3n_z7m4yIXVU,26477
265
- google/genai/tests/models/test_generate_content_thought.py,sha256=rJsC1HyyJdB8-vcTqgCUhofaodRSdIVNSRSVh93vu_8,2296
266
- google/genai/tests/models/test_generate_content_tools.py,sha256=E9gljrTDfithjrdClFRHA5bjyW0r82vhnTEgRqskYIk,55636
267
- google/genai/tests/models/test_generate_images.py,sha256=TNfsQrhja8k4STXixdTwn_YO97jUGOF3-YKFqJu2Fmk,6952
268
- google/genai/tests/models/test_generate_videos.py,sha256=KCtQdXpTj-WMRWiSVVHwcx_EGTCVGfBCaQfZAujXr24,24102
269
- google/genai/tests/models/test_get.py,sha256=tW0142USI8uUkwDjfDX52oiuoJ9OKEz5g1sL7fhm-3o,3251
270
- google/genai/tests/models/test_list.py,sha256=EfIzUNKn4b0MX5OHUh6_ZzPM6jzfoN_FV7SSBd6ajG4,7125
271
- google/genai/tests/models/test_recontext_image.py,sha256=b-k-fJX3gJ9TjzJ05EPpgSjfBN5Ef0F11DwBYwgknSc,6423
272
- google/genai/tests/models/test_segment_image.py,sha256=Sp750MAO9hVSElK82f8xjufFBQ-PSAO8IkKNRBGYJoA,5005
273
- google/genai/tests/models/test_update.py,sha256=H8NITq04d5D1ekzSiU9d8LJZM2BLCmtT5eYl7vK8kCk,2890
274
- google/genai/tests/models/test_upscale_image.py,sha256=a-Jv1VoPNtszZRqXRV1PkUo4uIYcTRFzL2ssLjpmEuU,5340
275
- google/genai/tests/operations/__init__.py,sha256=Mw7f19mQhYNr18sj0_eDhmDlpKAHz1VTSPrO4ubbIio,610
276
- google/genai/tests/operations/test_get.py,sha256=xIyQxRpYdj_7wQ53mkYFaC1YZlXofkaNsYhyUTQrV9s,1130
277
- google/genai/tests/public_samples/__init__.py,sha256=6CxAr03tXnfNhx-Bs34r6OokIkXlFVw5Ydnv9pHHsJU,635
278
- google/genai/tests/public_samples/test_gemini_text_only.py,sha256=t256zyR7v1LNZDHrw8F9oXSGud5Fp7xHVZ0SW78oObU,1094
279
- google/genai/tests/shared/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
280
- google/genai/tests/shared/batches/__init__.py,sha256=Uo6Ox63057cG3O2ahnelWqdHzChYgJHfFNIW7EFewZ4,576
281
- google/genai/tests/shared/batches/test_create_delete.py,sha256=qydHMtN0eabBnQSE_SWeEW-ktyDLABLXFTTO9bWT7k0,1750
282
- google/genai/tests/shared/batches/test_create_get_cancel.py,sha256=NX1KtYiLw68lEKaaYpsnsQYe-ZEmCSJVWGXwiIJJPnE,1664
283
- google/genai/tests/shared/batches/test_list.py,sha256=xtS6EylJ0i1doc_5hW8RFlka5W3QJU2uLaK8qcMK_Eg,1158
284
- google/genai/tests/shared/caches/__init__.py,sha256=Uo6Ox63057cG3O2ahnelWqdHzChYgJHfFNIW7EFewZ4,576
285
- google/genai/tests/shared/caches/test_create_get_delete.py,sha256=spP-y12HMcMsZ71SwovpLnQBBWQhhBa8wB__mTIWQtI,2150
286
- google/genai/tests/shared/caches/test_create_update_get.py,sha256=8KtQCtWEAWrgX6eQGJCEC4qvAGXL1NsNc8Ho6173510,2239
287
- google/genai/tests/shared/caches/test_list.py,sha256=iUNAHt7GhbCAPYAIm_SR5VuPDXxQ6j4iqIGZ8hHO-oc,1171
288
- google/genai/tests/shared/chats/__init__.py,sha256=Uo6Ox63057cG3O2ahnelWqdHzChYgJHfFNIW7EFewZ4,576
289
- google/genai/tests/shared/chats/test_send_message.py,sha256=M8h69CbVrtJhb8vecw0psYsiMKayObrZraadi1wSmxY,1320
290
- google/genai/tests/shared/chats/test_send_message_stream.py,sha256=PGvNxmIYK1JtFvjCITCH2ArD7AY3Jnz9Vw1t5SMPZSY,1419
291
- google/genai/tests/shared/files/__init__.py,sha256=Uo6Ox63057cG3O2ahnelWqdHzChYgJHfFNIW7EFewZ4,576
292
- google/genai/tests/shared/files/test_list.py,sha256=wFKohgtdnW2p5iglRf3AJs_WsnzAkvdtdffWFRfMW9o,1218
293
- google/genai/tests/shared/files/test_upload_get_delete.py,sha256=f8vTsl-7O8k8OVDhzCctgZxbPQJArrH_ut6an2DXZXI,1589
294
- google/genai/tests/shared/models/__init__.py,sha256=Uo6Ox63057cG3O2ahnelWqdHzChYgJHfFNIW7EFewZ4,576
295
- google/genai/tests/shared/models/test_compute_tokens.py,sha256=SvhhQzUxkHLukIXGb09gcjti7PYpV0Vwta9OaWeB1oE,1249
296
- google/genai/tests/shared/models/test_count_tokens.py,sha256=DQxnGSwmnxn1Cl4V5z8030o--Yes3l1Wwq7fqAtAqI8,1179
297
- google/genai/tests/shared/models/test_edit_image.py,sha256=-GG2FjXSo7PC0r0OEkxEGPBEM1q2kQlP2EzwWnXB5mI,1954
298
- google/genai/tests/shared/models/test_embed.py,sha256=HVjNlnjbnbuzNThmqJcOwonxzhav7k8VbgyrEoLCV_I,1137
299
- google/genai/tests/shared/models/test_generate_content.py,sha256=S2-LeNh_rg6Vh-Kf3ZZ__8080o77i-Ed620XtG7TjxQ,1194
300
- google/genai/tests/shared/models/test_generate_content_stream.py,sha256=7qR2TLad6zPg5RIZNGxr71tFt899QZM72WyRHZlsnBM,1522
301
- google/genai/tests/shared/models/test_generate_images.py,sha256=Vqk0hT08FlQ2tQootyn0KSBnOf3Ow-3e0C2khMkDKEY,1280
302
- google/genai/tests/shared/models/test_generate_videos.py,sha256=jGuu85FNOUIvfNkEL6qFlQTzlAEg6XFpCtZy3K4Vzqs,1136
303
- google/genai/tests/shared/models/test_list.py,sha256=34LDppIOJMqajBiJpopseybKZFN1ghoWV0RfpjI6wwk,1041
304
- google/genai/tests/shared/models/test_recontext_image.py,sha256=Ps-VMhneuuwyOi54eGCg5A9QsAkwpqzyRiGv6zF-C7Q,1706
305
- google/genai/tests/shared/models/test_segment_image.py,sha256=293qOOxZCS5-zeR-DvgUwrsEgqq9ZTWlkNJRT2MZBEs,1588
306
- google/genai/tests/shared/models/test_upscale_image.py,sha256=usoKZAQhpZRmWidLp73YAOito-L_4jCIK7fLA7Y9apA,1661
307
- google/genai/tests/shared/tunings/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
308
- google/genai/tests/shared/tunings/test_create.py,sha256=FlUjMlaw2THfwUr7IKXA1SKDnfvTlhmhZrXsGl7Icl4,1440
309
- google/genai/tests/shared/tunings/test_create_get_cancel.py,sha256=takzmmhktF7CIyRD4pldCFzxU4J8MP5fjBJD-0QZxkA,1798
310
- google/genai/tests/shared/tunings/test_list.py,sha256=RNRzoPBjY5eq3AECvIekOTaHB1n8FxfaOytZHyOWOgo,1121
311
- google/genai/tests/tokens/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
312
- google/genai/tests/tokens/test_create.py,sha256=iENP2DZxxxpT8cJf3Iirb1erQ7MxcgYAnm7wMN-Eiwc,5452
313
- google/genai/tests/transformers/__init__.py,sha256=IjrnP6P8utKkw6Xz9zJNQNzT-dIxIHQkv0FxiHDkOPQ,638
314
- google/genai/tests/transformers/test_blobs.py,sha256=Ynm3mj-DFzVuHkiq_VJLkLqi3SnY159rMrcPLUdPliQ,2133
315
- google/genai/tests/transformers/test_bytes.py,sha256=F2yxf_s2cxqGzvqf6uhGuNW53MBmbxuBo2Ea--9jFa0,442
316
- google/genai/tests/transformers/test_duck_type.py,sha256=B8KrsH6mqLZn1JeCq32PhimKm1sLepSZ3b4XvbtLGR4,2395
317
- google/genai/tests/transformers/test_function_responses.py,sha256=J-KTJBskAxiwL2skRidQN2iumi1uS7nqr_2ACzOlCQc,2307
318
- google/genai/tests/transformers/test_schema.py,sha256=fMr3_FUw5gE94x7ZGQY5PXYWaz7vSlegxW8bdTPyOGs,19440
319
- google/genai/tests/transformers/test_t_batch.py,sha256=LfTJ3ZSkbMISsNv6stUOXlYWTDejj7ZSpnsyzj5jQmo,9512
320
- google/genai/tests/transformers/test_t_content.py,sha256=qs7yYq9GKeLegcch48XtDnUnKxMbyAGazyBZ2bUXerk,4005
321
- google/genai/tests/transformers/test_t_contents.py,sha256=Evu3CerxHYc2w-7ZplYNU-JRysCrKsOWN_AsHGHQ7HI,10057
322
- google/genai/tests/transformers/test_t_part.py,sha256=52lwSQN8UYlJUKIhvKgsmSbP2nQt6D8L465mKVtrU-Q,2002
323
- google/genai/tests/transformers/test_t_parts.py,sha256=aqQ7mY7hMzmFptLrO7in35WVOHUokdzg5P662zJIAAU,1977
324
- google/genai/tests/transformers/test_t_tool.py,sha256=XVpdyf4e-zgCcSK6mO9Z3tRE9yqbL07Gt-tLcBj1u1w,4080
325
- google/genai/tests/transformers/test_t_tools.py,sha256=7-iAVLTOvhOQ-Xlu46-oTAsHfCMwEBf0Np-R87nYqZU,5219
326
- google/genai/tests/tunings/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
327
- google/genai/tests/tunings/test_cancel.py,sha256=wFBQLIY0Ni1AAxFPjEXdEmewn_6Zg_8aBfDL4pvYiT4,1198
328
- google/genai/tests/tunings/test_end_to_end.py,sha256=ISDpbJGfHuRBV1TZKgAtOfy7WnXD0ilyCt-9HudcWIs,3124
329
- google/genai/tests/tunings/test_get.py,sha256=Xaji6XYF33DYZ97j-sQZJ9xuUIJfHiP98vi6I2QDtf0,2060
330
- google/genai/tests/tunings/test_list.py,sha256=VRCLzodimtyLTAL2k-epqTGZcaVRA7F9pSRPi6TeWYU,2263
331
- google/genai/tests/tunings/test_tune.py,sha256=oRUMys-V5CsvZ0AFOKn8FEsHBRoq4eywjCu1F9SwAOU,11142
332
- google/genai/tests/types/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
333
- google/genai/tests/types/test_bytes_internal.py,sha256=QNA1sez1FozvrJh7K6-HG2FNBGD2-9VG5ZEp_snPGR4,8632
334
- google/genai/tests/types/test_bytes_type.py,sha256=cWb_-pBwhnJR2Tfk0PTnLiyvG5k1yKhyc_XgESg81rg,5906
335
- google/genai/tests/types/test_future.py,sha256=F8eW2IyWXjzhIKmwD49yrScRffFiCL-16dwFbXtkxUI,3211
336
- google/genai/tests/types/test_optional_types.py,sha256=LCA_pAcOJH_7lniZhVu4YG_Yxx9WSXsr0_xzHQzcl5I,1150
337
- google/genai/tests/types/test_part_type.py,sha256=a_0eE2CgE7Ju6ePmu3DrupsZZCFiyDUR4DUtD1dmklc,17624
338
- google/genai/tests/types/test_schema_from_json_schema.py,sha256=WiraJx5mRLW8lKHiWsyHTBYge4jVpeCYklbqGd4BkZQ,13894
339
- google/genai/tests/types/test_schema_json_schema.py,sha256=zn1gjsXcHTztzmajr8YX3Yb6rWnchjgjw6Yj1NZnG-0,15536
340
- google/genai/tests/types/test_types.py,sha256=Tqc_PpGo9-XH1xfkAjTCM9xngan_4w__hgpA0BkyA8g,84416
341
- google_genai-1.55.0.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
342
- google_genai-1.55.0.dist-info/METADATA,sha256=6efsRLOrAa3u3dIXyP8D4nAkdowbWDg04amYzjMrlow,47889
343
- google_genai-1.55.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
344
- google_genai-1.55.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
345
- google_genai-1.55.0.dist-info/RECORD,,