Skip to content

Commit 7a2d81a

Browse files
authored
chore: 2 missing prompts for dev-ui-gallery (#3261)
1 parent 35a3d28 commit 7a2d81a

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
model: googleai/gemini-2.0-flash
3+
config:
4+
temperature: 0.4
5+
safetySettings:
6+
- category: HARM_CATEGORY_HATE_SPEECH
7+
threshold: BLOCK_ONLY_HIGH
8+
- category: HARM_CATEGORY_DANGEROUS_CONTENT
9+
threshold: BLOCK_ONLY_HIGH
10+
- category: HARM_CATEGORY_HARASSMENT
11+
threshold: BLOCK_ONLY_HIGH
12+
- category: HARM_CATEGORY_SEXUALLY_EXPLICIT
13+
threshold: BLOCK_ONLY_HIGH
14+
input:
15+
schema:
16+
language: string
17+
default:
18+
persona: java
19+
---
20+
21+
Generate a program that calculates fibonacci in {{language}}.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
model: googleai/gemini-2.0-flash
3+
config:
4+
temperature: 0.4
5+
safetySettings:
6+
- category: HARM_CATEGORY_HATE_SPEECH
7+
threshold: BLOCK_ONLY_HIGH
8+
- category: HARM_CATEGORY_DANGEROUS_CONTENT
9+
threshold: BLOCK_ONLY_HIGH
10+
- category: HARM_CATEGORY_HARASSMENT
11+
threshold: BLOCK_ONLY_HIGH
12+
- category: HARM_CATEGORY_SEXUALLY_EXPLICIT
13+
threshold: BLOCK_ONLY_HIGH
14+
input:
15+
schema:
16+
thingOne: string
17+
thingTwo: string
18+
default:
19+
persona: java
20+
---
21+
22+
Compare {{thingOne}} to {{thingTwo}}.
23+
24+
Instructions:
25+
26+
1. Use a markdown table with the first column for {{thingOne}} and the second for {{thingTwo}}.
27+
1. Include approximately 5 rows.
28+
1. Use appropriate styling, markup, etc as needed.

0 commit comments

Comments
 (0)