-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat(genai): add new code-execution code samples #13763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
These code samples demonstrate usage of Gemini's ability to dynamically generate required code and then execute it.
|
Here is the summary of changes. You are about to add 3 region tags.
This comment is generated by snippet-bot.
|
Also update template folder files.
iennae
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Image Sources & Context
Thanks for the work on this. We need to establish a clear audit trail for the images included in this PR, specifically regarding their origin.
Please add a file named IMAGE_SOURCES.md that references every image file. For each image, please specify:
Source Type: (e.g., AI Generated, Stock/Licensed, or Self-Created).
Origin/Context:
- If AI Generated: Please provide the tool used and the prompt/context.
- If External: Provide the direct link and license type.
- If Self-Created: Just confirm it was created manually by you.
The file could have something like
| File Name / Path | Source Type | Origin / Link | Context / Attribution / Prompt |
|---|---|---|---|
example.png |
AI Generated | Midjourney | Prompt: "A futuristic city skyline..." |
example.jpg |
External | [Link to source] | CC0 License / Author Name |
example.svg |
Manual | Self | Created in Figma |
[Real Image 1] |
|||
[Real Image 2] |
These code samples demonstrate usage of Gemini's ability to dynamically generate required code and then execute it.
Description
Fixes b479135143
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9(see Test Environment Setup)nox -s lint(see Test Environment Setup)