Upload prompt template code_teacher_test.yaml
Browse files- code_teacher_test.yaml +8 -9
code_teacher_test.yaml
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
prompt:
|
2 |
template:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
content: Explain what {{concept}} is in {{programming_language}}.
|
8 |
template_variables:
|
9 |
-
|
10 |
-
|
11 |
metadata:
|
12 |
name: Code Teacher
|
13 |
description: A simple chat prompt for explaining programming concepts with examples
|
14 |
tags:
|
15 |
-
|
16 |
-
|
17 |
version: 0.0.1
|
18 |
author: Guido van Bossum
|
19 |
client_parameters: {}
|
|
|
1 |
prompt:
|
2 |
template:
|
3 |
+
- role: system
|
4 |
+
content: You are a coding assistant who explains concepts clearly and provides short examples.
|
5 |
+
- role: user
|
6 |
+
content: Explain what {{concept}} is in {{programming_language}}.
|
|
|
7 |
template_variables:
|
8 |
+
- concept
|
9 |
+
- programming_language
|
10 |
metadata:
|
11 |
name: Code Teacher
|
12 |
description: A simple chat prompt for explaining programming concepts with examples
|
13 |
tags:
|
14 |
+
- programming
|
15 |
+
- education
|
16 |
version: 0.0.1
|
17 |
author: Guido van Bossum
|
18 |
client_parameters: {}
|