File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed
js/testapps/dev-ui-gallery/prompts Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
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}}.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments