Skip to content
Open

help #1908

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions docs/_sources/genai.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Submodules
----------

Expand Down
1 change: 1 addition & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Google Gen AI SDK
=================

Expand Down
1 change: 1 addition & 0 deletions docs/_sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

google
======

Expand Down
3 changes: 2 additions & 1 deletion docs/_static/autodoc_pydantic.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.autodoc_pydantic_validator_arrow {
padding-left: 8px;
}
Expand All @@ -8,4 +9,4 @@

.autodoc_pydantic_collapsable_erd {
cursor: pointer;
}
}
3 changes: 2 additions & 1 deletion docs/_static/basic.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* Sphinx stylesheet -- basic theme.
*/
Expand Down Expand Up @@ -903,4 +904,4 @@ div.math:hover a.headerlink {
#top-link {
display: none;
}
}
}
1 change: 1 addition & 0 deletions docs/_static/doctools.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* Base JavaScript utilities for all Sphinx HTML documentation.
*/
Expand Down
1 change: 1 addition & 0 deletions docs/_static/language_data.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,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 */
}
}
}
2 changes: 2 additions & 0 deletions docs/_static/searchtools.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


/*
* Sphinx JavaScript utilities for the full-text search.
*/
Expand Down
1 change: 1 addition & 0 deletions docs/_static/skeleton.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* Some sane resets. */
html {
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions google/genai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions google/genai/_adapters.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions google/genai/_api_client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions google/genai/_api_module.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions google/genai/_replay_api_client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion google/genai/models.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down