milwright commited on
Commit
ebd9ae2
·
1 Parent(s): 939bf0e

Remove Quick Copy-Paste Prompts section

Browse files

- Remove detailed prompt examples as requested
- Keep essential tips for system prompt creation
- Streamline assistant setup documentation

Files changed (1) hide show
  1. support_docs.py +1 -18
support_docs.py CHANGED
@@ -56,27 +56,10 @@ def create_support_docs():
56
  - **Socratic Template** - Teaching through questions, critical thinking
57
  - **Custom** - Write your own (advanced)
58
 
59
- ### Quick Copy-Paste Prompts
60
-
61
- **Course Assistant:**
62
- ```
63
- You are a [SUBJECT] teaching assistant for [LEVEL] students. Help with concepts, assignments, and study questions. Explain complex topics simply and encourage critical thinking.
64
- ```
65
-
66
- **Research Helper:**
67
- ```
68
- You are a research assistant. Help with citations, source analysis, and academic writing. Focus on proper documentation and evidence-based responses.
69
- ```
70
-
71
- **Study Buddy:**
72
- ```
73
- You are a friendly study companion. Help students understand concepts, practice problems, and prepare for exams. Use encouraging language and break down complex ideas step-by-step.
74
- ```
75
-
76
  **Tips:**
77
- - Replace [SUBJECT] and [LEVEL] with your specifics
78
  - Be clear about the assistant's role
79
  - Mention your target audience
 
80
  """)
81
 
82
  with gr.Accordion("🔬 Preview Tab Usage", open=False):
 
56
  - **Socratic Template** - Teaching through questions, critical thinking
57
  - **Custom** - Write your own (advanced)
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  **Tips:**
 
60
  - Be clear about the assistant's role
61
  - Mention your target audience
62
+ - Define specific behavior and tone
63
  """)
64
 
65
  with gr.Accordion("🔬 Preview Tab Usage", open=False):