From b6a4608ff23c8d71e341dade7dce938d316dc74f Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:30:20 +0700 Subject: [PATCH 01/19] Create blank.yml --- .github/workflows/blank.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 000000000..f68748040 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,37 @@ + +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 961e35e7cdd4ec9a91dd43dff8d3b6c8743a3b65 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:31:15 +0700 Subject: [PATCH 02/19] Add header for genai.client module in documentation --- docs/_sources/genai.rst.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sources/genai.rst.txt b/docs/_sources/genai.rst.txt index 7ebbdcbbc..32ee1cd3f 100644 --- a/docs/_sources/genai.rst.txt +++ b/docs/_sources/genai.rst.txt @@ -1,3 +1,4 @@ + Submodules ---------- From fbbe99169036c55d0d54ed47e666e4e30426b6a2 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:31:59 +0700 Subject: [PATCH 03/19] Update index.rst.txt --- docs/_sources/index.rst.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 81d079a0b..2ef7a0250 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -1,3 +1,4 @@ + Google Gen AI SDK ================= From b41b03c186efcf5515b70dffa711161a961b1a34 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:32:29 +0700 Subject: [PATCH 04/19] Add Google section to modules documentation --- docs/_sources/modules.rst.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sources/modules.rst.txt b/docs/_sources/modules.rst.txt index ff03010d6..69467cb89 100644 --- a/docs/_sources/modules.rst.txt +++ b/docs/_sources/modules.rst.txt @@ -1,3 +1,4 @@ + google ====== From a819fda00bd1950eabcab727b89be36bfd1fa34b Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:33:18 +0700 Subject: [PATCH 05/19] Add base JavaScript utilities for Sphinx documentation --- docs/_static/doctools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/doctools.js b/docs/_static/doctools.js index 0398ebb9f..5c0420f9c 100644 --- a/docs/_static/doctools.js +++ b/docs/_static/doctools.js @@ -1,3 +1,4 @@ + /* * Base JavaScript utilities for all Sphinx HTML documentation. */ From 1a8732196b9742d6df736728c81559e2a5f90fb2 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:33:49 +0700 Subject: [PATCH 06/19] Update autodoc_pydantic.css --- docs/_static/autodoc_pydantic.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_static/autodoc_pydantic.css b/docs/_static/autodoc_pydantic.css index 994a3e548..f299b3581 100644 --- a/docs/_static/autodoc_pydantic.css +++ b/docs/_static/autodoc_pydantic.css @@ -1,3 +1,4 @@ + .autodoc_pydantic_validator_arrow { padding-left: 8px; } @@ -8,4 +9,4 @@ .autodoc_pydantic_collapsable_erd { cursor: pointer; - } \ No newline at end of file + } From 57264264cc27502c364cd08ff7ea4159c4c2ea67 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:34:35 +0700 Subject: [PATCH 07/19] Add header comment to basic.css --- docs/_static/basic.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_static/basic.css b/docs/_static/basic.css index 4738b2edc..45c832121 100644 --- a/docs/_static/basic.css +++ b/docs/_static/basic.css @@ -1,3 +1,4 @@ + /* * Sphinx stylesheet -- basic theme. */ @@ -903,4 +904,4 @@ div.math:hover a.headerlink { #top-link { display: none; } -} \ No newline at end of file +} From c8f3cac608fb9f1e286a160d7cfe4ceb8fca4d76 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:35:11 +0700 Subject: [PATCH 08/19] Update language_data.js --- docs/_static/language_data.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/language_data.js b/docs/_static/language_data.js index c7fe6c6fa..31ecb7e25 100644 --- a/docs/_static/language_data.js +++ b/docs/_static/language_data.js @@ -1,3 +1,4 @@ + /* * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. From 96d72f06a8a325449f97025ab8ad0298233dc9fb Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:35:59 +0700 Subject: [PATCH 09/19] Update pygments.css --- docs/_static/pygments.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_static/pygments.css b/docs/_static/pygments.css index 9d1083bfc..9668e9c14 100644 --- a/docs/_static/pygments.css +++ b/docs/_static/pygments.css @@ -1,3 +1,4 @@ + .highlight pre { line-height: 125%; } .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } @@ -247,4 +248,4 @@ body:not([data-theme="light"]) .highlight .vi { color: #40FFFF } /* Name.Variabl body:not([data-theme="light"]) .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ body:not([data-theme="light"]) .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ } -} \ No newline at end of file +} From 83e5be2bc05a7ce2fa0ff10c0b89a8aec76ae0aa Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:37:01 +0700 Subject: [PATCH 10/19] Add Sphinx JavaScript utilities for search --- docs/_static/searchtools.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_static/searchtools.js b/docs/_static/searchtools.js index 91f4be57f..92a5ed011 100644 --- a/docs/_static/searchtools.js +++ b/docs/_static/searchtools.js @@ -1,3 +1,5 @@ + + /* * Sphinx JavaScript utilities for the full-text search. */ From d50ec6483fc9ca0b2b64d42e12a100b5545fbb4d Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:37:32 +0700 Subject: [PATCH 11/19] Update skeleton.css --- docs/_static/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/skeleton.css b/docs/_static/skeleton.css index 467c878c6..0dfb6a18e 100644 --- a/docs/_static/skeleton.css +++ b/docs/_static/skeleton.css @@ -1,3 +1,4 @@ + /* Some sane resets. */ html { height: 100%; From 54211300d0832e968c54deeab7130546d0976c65 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:38:37 +0700 Subject: [PATCH 12/19] Update pygments.css --- docs/_static/pygments.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_static/pygments.css b/docs/_static/pygments.css index 9668e9c14..4cf48d004 100644 --- a/docs/_static/pygments.css +++ b/docs/_static/pygments.css @@ -1,4 +1,3 @@ - .highlight pre { line-height: 125%; } .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } From 1cab09ae847e28889a6cb947811cccc8ade4bb09 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:39:28 +0700 Subject: [PATCH 13/19] Update __init__.py --- google/genai/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/__init__.py b/google/genai/__init__.py index 9c98f6ef6..95d263bd4 100644 --- a/google/genai/__init__.py +++ b/google/genai/__init__.py @@ -1,3 +1,4 @@ + # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From 8da6db8af77e65f37bf62f364ecd2fd261361513 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:39:51 +0700 Subject: [PATCH 14/19] Update _adapters.py --- google/genai/_adapters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/_adapters.py b/google/genai/_adapters.py index d1dddb2b2..d09aff9af 100644 --- a/google/genai/_adapters.py +++ b/google/genai/_adapters.py @@ -1,3 +1,4 @@ + # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From 4511358d0b3e7e8fa3eccfd21de0648361dde062 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:40:26 +0700 Subject: [PATCH 15/19] Update _api_client.py --- google/genai/_api_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/_api_client.py b/google/genai/_api_client.py index 7710c4487..833781834 100644 --- a/google/genai/_api_client.py +++ b/google/genai/_api_client.py @@ -1,3 +1,4 @@ + # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From 28189a4aad14accf4d6ce1c15c0e0cc43061f2ac Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 31 Dec 2025 23:41:27 +0700 Subject: [PATCH 16/19] Update _api_client.py --- google/genai/_api_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/_api_client.py b/google/genai/_api_client.py index 833781834..6a69d06c3 100644 --- a/google/genai/_api_client.py +++ b/google/genai/_api_client.py @@ -1,4 +1,5 @@ + # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From daed3d1ba3c3614b703e43091bb32ded364c5055 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 1 Jan 2026 23:17:06 +0700 Subject: [PATCH 17/19] Update _replay_api_client.py --- google/genai/_replay_api_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/_replay_api_client.py b/google/genai/_replay_api_client.py index d00be982c..c9e3c9ccb 100644 --- a/google/genai/_replay_api_client.py +++ b/google/genai/_replay_api_client.py @@ -1,3 +1,4 @@ + # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From 72addf9c56c94cc53c410d88fca817a08569e8e1 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 1 Jan 2026 23:17:35 +0700 Subject: [PATCH 18/19] Update _api_module.py --- google/genai/_api_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/_api_module.py b/google/genai/_api_module.py index bd5abd4d7..34c7ae9ee 100644 --- a/google/genai/_api_module.py +++ b/google/genai/_api_module.py @@ -1,3 +1,4 @@ + # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From bf67a8c2d841308ff5e108f303f31cd0cfb5cdaa Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 1 Jan 2026 23:35:09 +0700 Subject: [PATCH 19/19] Update models.py --- google/genai/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/genai/models.py b/google/genai/models.py index 478c8a6c6..c71c29aa5 100644 --- a/google/genai/models.py +++ b/google/genai/models.py @@ -1,4 +1,4 @@ -# Copyright 2025 Google LLC +r# Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.