example_prompts / code_teacher_test.yaml
MoritzLaurer's picture
MoritzLaurer HF staff
Upload code_teacher_test.yaml with huggingface_hub
7bc0670 verified
raw
history blame
543 Bytes
prompt:
template:
- role: system
content: You are a coding assistant who explains concepts clearly and provides
short examples.
- role: user
content: Explain what {{concept}} is in {{programming_language}}.
template_variables:
- concept
- programming_language
metadata:
name: Code Teacher
description: A simple chat prompt for explaining programming concepts with examples
tags:
- programming
- education
version: 0.0.1
author: Guido van Bossum
client_parameters: {}
custom_data: {}