chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:30:30 +08:00
commit 914fea506e
2793 changed files with 802106 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
name: 🐞 Bug Report
description: File a bug report
title: "[Bug]: "
assignees:
- GoogleCloudPlatform/generative-ai-devrel
body:
- type: markdown
attributes:
value: |
Thanks for stopping by to let us know something could be better!
**PLEASE READ**:
- This repository is for [Generative AI with Vertex AI on Google Cloud](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/overview), not the [Google AI Gemini/PaLM APIs](https://ai.google.dev/)
- For issues with the Google AI Gemini API, refer to the [google-gemini](https://github.com/google-gemini) organization or the [Google Developers Community Discourse](https://discuss.ai.google.dev/).
- For issues with the Vertex AI Python SDK, please report in the [googleapis/python-aiplatform](https://github.com/googleapis/python-aiplatform/) repository.
- If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
- For issues with the Vertex AI API, please report them in [Google issue tracker](https://issuetracker.google.com/issues/new?component=1130925&template=1637248&pli=1).
- type: input
id: file-name
attributes:
label: File Name
description: Which notebook/code sample is the issue occurring in?
placeholder: ex. `gemini/getting-started/intro_gemini_python.ipynb`
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us what you expected to happen and how to reproduce the issue.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GoogleCloudPlatform/generative-ai?tab=coc-ov-file)
options:
- label: I agree to follow this project's Code of Conduct
required: true
+23
View File
@@ -0,0 +1,23 @@
blank_issues_enabled: false
contact_links:
- name: Google Gen AI Python SDK
url: https://github.com/googleapis/python-genai
about: For issues with the Google Gen AI Python SDK, please report in the googleapis/python-genai repository.
- name: Vertex AI Python SDK
url: https://github.com/googleapis/python-aiplatform
about: For issues with the Vertex AI Python SDK, please report in the googleapis/python-aiplatform repository.
- name: Google AI Gemini API
url: https://github.com/google-gemini
about: This repository is for Agent Platform on Google Cloud, not the Google AI Gemini/PaLM APIs. For issues with the Google AI Gemini API, report them in the appropriate repository in the google-gemini GitHub organization.
- name: Agent Platform API issue
url: https://issuetracker.google.com/issues/new?component=1130925&template=1637248&pli=1
about: For issues with the Agent Platform API, please report them in Google issue tracker.
- name: Google Cloud Support
url: https://cloud.google.com/support
about: If you have a support contract with Google, please create a case in the support console instead of filing on GitHub. This will ensure a timely response.
- name: Stack Overflow - Google Cloud Collective
url: https://stackoverflow.com/collectives/google-cloud
about: A collective for developers who utilize Google Cloud's infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.
- name: Google Cloud Skills Boost (Qwiklabs) Support
url: https://support.google.com/qwiklabs/answer/10702448
about: For issues with Qwiklabs, such as progress not updating, please contact Qwiklabs support.
@@ -0,0 +1,45 @@
name: 💡 Feature Request
description: Suggest an idea for this repository
title: "[Feat]: "
assignees:
- GoogleCloudPlatform/generative-ai-devrel
body:
- type: markdown
attributes:
value: |
Thanks for stopping by to let us know something could be better!
**PLEASE READ**:
- This repository is for [Agent Platform on Google Cloud](https://docs.cloud.google.com/gemini-enterprise-agent-platform), not the [Google AI Gemini/PaLM APIs](https://ai.google.dev/)
- For issues with the Google AI Gemini API, refer to one of [these repositories](https://github.com/orgs/google/repositories?q=generative-ai) or the [Google Developers Community Discourse](https://discuss.ai.google.dev/).
- If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: Ex. I'm always frustrated when [...]
- type: textarea
id: describe
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GoogleCloudPlatform/generative-ai?tab=coc-ov-file)
options:
- label: I agree to follow this project's Code of Conduct
required: true