Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +13 -5
functions.py
CHANGED
|
@@ -220,39 +220,47 @@ Given the following list of commit summaries by a software developer, create a c
|
|
| 220 |
## Report structer
|
| 221 |
|
| 222 |
### Achievements
|
| 223 |
-
|
| 224 |
-
|
| 225 |
- Analyze the summaries to highlight significant contributions and achievements.(1)
|
| 226 |
|
| 227 |
---
|
|
|
|
| 228 |
|
| 229 |
- Analyze the summaries to highlight significant contributions and achievements.(2)
|
| 230 |
|
| 231 |
---
|
|
|
|
| 232 |
|
| 233 |
- Analyze problems overcomed.(3)
|
| 234 |
|
|
|
|
| 235 |
### Skills Demonstrated
|
| 236 |
|
| 237 |
|
| 238 |
- Based on the commit summaries, list the technical skills demonstrated by the developer.
|
| 239 |
|
| 240 |
---
|
|
|
|
| 241 |
|
| 242 |
|
| 243 |
- Based on the commit summaries, list the soft skills demonstrated by the developer.
|
| 244 |
|
| 245 |
---
|
|
|
|
| 246 |
|
| 247 |
|
| 248 |
- Based on the commit summaries, list the technical and soft skills demonstrated by the developer.
|
| 249 |
|
| 250 |
### Areas for Improvement
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
|
| 255 |
Please ensure the report is well-organized, respets the structure above, and provides clear insights into the developer's contributions and growth areas.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
"""
|
| 257 |
markdown = chat_complete(prompt)
|
| 258 |
return markdown
|
|
|
|
| 220 |
## Report structer
|
| 221 |
|
| 222 |
### Achievements
|
|
|
|
|
|
|
| 223 |
- Analyze the summaries to highlight significant contributions and achievements.(1)
|
| 224 |
|
| 225 |
---
|
| 226 |
+
### Achievements
|
| 227 |
|
| 228 |
- Analyze the summaries to highlight significant contributions and achievements.(2)
|
| 229 |
|
| 230 |
---
|
| 231 |
+
### Achievements
|
| 232 |
|
| 233 |
- Analyze problems overcomed.(3)
|
| 234 |
|
| 235 |
+
---
|
| 236 |
### Skills Demonstrated
|
| 237 |
|
| 238 |
|
| 239 |
- Based on the commit summaries, list the technical skills demonstrated by the developer.
|
| 240 |
|
| 241 |
---
|
| 242 |
+
### Skills Demonstrated
|
| 243 |
|
| 244 |
|
| 245 |
- Based on the commit summaries, list the soft skills demonstrated by the developer.
|
| 246 |
|
| 247 |
---
|
| 248 |
+
### Skills Demonstrated
|
| 249 |
|
| 250 |
|
| 251 |
- Based on the commit summaries, list the technical and soft skills demonstrated by the developer.
|
| 252 |
|
| 253 |
### Areas for Improvement
|
| 254 |
+
/- Suggest areas where the developer could improve based on patterns or gaps identified in the commit summaries.(1)
|
| 255 |
+
/- Suggest areas where the developer could improve based on patterns or gaps identified in the commit summaries.(2)
|
| 256 |
+
/- Suggest areas where the developer could improve based on patterns or gaps identified in the commit summaries.(3)
|
| 257 |
|
| 258 |
Please ensure the report is well-organized, respets the structure above, and provides clear insights into the developer's contributions and growth areas.
|
| 259 |
+
use
|
| 260 |
+
---
|
| 261 |
+
to seperate sections and have each section concise
|
| 262 |
+
|
| 263 |
+
and / to show continued informations
|
| 264 |
"""
|
| 265 |
markdown = chat_complete(prompt)
|
| 266 |
return markdown
|