Skip to content

Commit b7ad359

Browse files
authored
Move Pipet Code Agent example to examples/gemini (#312)
* Move Pipet Code Agent example to examples/gemini - update project README.md to reflect change - update demos/palm/README.md to point to new location * Fixed landing directory, re-added /.vscode files
1 parent 523ae96 commit b7ad359

20 files changed

+11
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
**/.DS_Store
44
**/.idea
55
**/.ipynb_checkpoints
6-
**/.vscode
76
**/proofreading
87
**/venv
98
**/.python-version

demos/palm/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ Demos are considered to be larger than examples and consist of working apps.
66

77
Smaller, specific examples can be found in the
88
[`examples/`](../../examples/palm) directory.
9+
10+
## Updates
11+
12+
Some of these code projects have been updated and moved to the /examples/gemini directory, including:
13+
14+
- **Docs Agent** - /demos/palm/python/docs-agent/ moved to:
15+
[/examples/gemini/python/docs-agent/](https://github.com/google/generative-ai-docs/tree/main/examples/gemini/python/docs-agent)
16+
- **Pipet Code Agent** - /demos/palm/node/pipet-code-agent/ moved to:
17+
[/examples/gemini/node/pipet-code-agent/](https://github.com/google/generative-ai-docs/tree/main/examples/gemini/node/pipet-code-agent)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)