Skip to content

Commit

Permalink
fix: format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i2amsam committed Feb 3, 2025
1 parent dd3a690 commit a8a79b8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
3 changes: 1 addition & 2 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ Take a look at some samples of Genkit in use:
- [js-schoolAgent](js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents
- [prompts](prompts/): Shows off several prompting techniques


These are also avaiable in IDX, Google's Cloud-Basd IDE try them out there.

<a href="https://idx.google.com/new?template=https%3A%2F%2Fgithub.com%2Ffirebase%2Fgenkit%2Ftree%2Fupdate-samples-approach%2Fsamples">
<img
height="32"
alt="Try in IDX"
src="https://cdn.idx.dev/btn/try_light_32.svg">
</a>
</a>
42 changes: 21 additions & 21 deletions samples/idx-template.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "Genkit Samples",
"description": "Genkit Samples",
"categories": ["GenAI"],
"icon": "https://www.gstatic.com/monospace/240513/logo_firebase.svg",
"publisher": "Firebase",
"host": {
"virtualization": true
},
"params": [
{
"id": "sample",
"name": "Sample",
"type": "enum",
"default": "js-character-generator",
"options": {
"js-character-generator": "Simple Character Generator",
"js-coffee-shop": "Coffeeshop w Several types of Prompt",
"js-schoolAgent": "A Multi-Agent School Assistant"
}
"name": "Genkit Samples",
"description": "Genkit Samples",
"categories": ["GenAI"],
"icon": "https://www.gstatic.com/monospace/240513/logo_firebase.svg",
"publisher": "Firebase",
"host": {
"virtualization": true
},
"params": [
{
"id": "sample",
"name": "Sample",
"type": "enum",
"default": "js-character-generator",
"options": {
"js-character-generator": "Simple Character Generator",
"js-coffee-shop": "Coffeeshop w Several types of Prompt",
"js-schoolAgent": "A Multi-Agent School Assistant"
}
]
}
}
]
}
12 changes: 6 additions & 6 deletions samples/js-coffee-shop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ npm run genkit:dev

or try it out on Project IDX, our Cloud-based IDE

<a href="https://idx.google.com/new?repo=https%3A%2F%2Fgithub.com%2Ffirebase%2Fgenkit%2Ftree%2Fmain%2Fsamples%2Fjs-coffee-shop">
<a href="https://idx.google.com/import?url=https%3A%2F%2Fgithub.com%2Ffirebase%2Fgenkit%2Ftree%2Fmain%2Fsamples%2Fjs-coffee-shop">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://cdn.idx.dev/btn/open_dark_32.svg">
srcset="https://cdn.idx.dev/btn/try_dark_32.svg">
<source
media="(prefers-color-scheme: light)"
srcset="https://cdn.idx.dev/btn/open_light_32.svg">
srcset="https://cdn.idx.dev/btn/try_light_32.svg">
<img
height="32"
alt="Open in IDX"
src="https://cdn.idx.dev/btn/open_purple_32.svg">
alt="Try in IDX"
src="https://cdn.idx.dev/btn/try_purple_32.svg">
</picture>
</a>
</a>

0 comments on commit a8a79b8

Please sign in to comment.